Query Constructor
Definition
Query(IMetadata)
Initializes a new instance of the Query<TResult> class.
protected Query(IMetadata metadata = null)
Parameters
metadataIMetadataThe optional metadata to merge with this instance.
Initializes a new instance of the Query<TResult> class.
protected Query(IMetadata metadata = null)
metadata IMetadataThe optional metadata to merge with this instance.