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.9.0.0 (5.9.0)
Syntax protected virtual QueryParameters GetQueryParameters(
Func<QuerySpec, IEntityFieldsCore> fieldsRetrieverFunc,
bool postProcessNullDBNullValues
)
Protected Overridable Function GetQueryParameters (
fieldsRetrieverFunc As Func(Of QuerySpec, IEntityFieldsCore),
postProcessNullDBNullValues As Boolean
) As QueryParameters
Parameters
- fieldsRetrieverFunc
- Type: SystemFuncQuerySpec, IEntityFieldsCore
- postProcessNullDBNullValues
- Type: SystemBoolean
Return Value
Type:
QueryParametersSee Also