Click or drag to resize

QuerySpecGetQueryParameters 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.6.0.0 (5.6.19.0117)
Syntax
protected virtual QueryParameters GetQueryParameters(
	Func<QuerySpec, IEntityFieldsCore> fieldsRetrieverFunc,
	bool postProcessNullDBNullValues
)

Parameters

fieldsRetrieverFunc
Type: SystemFuncQuerySpec, IEntityFieldsCore
postProcessNullDBNullValues
Type: SystemBoolean

Return Value

Type: QueryParameters
See Also