Click or drag to resize

EntityQuery<TEntity>.GetQueryParameters Method

Gets the query parameters, built from the elements for the query inside this expression

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected override QueryParameters GetQueryParameters(
	Func<QuerySpec, IEntityFieldsCore> fieldsRetrieverFunc,
	bool postProcessNullDBNullValues
)

Parameters

fieldsRetrieverFunc
Type: System.Func<QuerySpec, IEntityFieldsCore>
postProcessNullDBNullValues
Type: System.Boolean

Return Value

Type: QueryParameters
See Also