Click or drag to resize

DataAccessAdapterCoreCreateActionQueryForPackedQueryFactoryFunc Method

Produces the func to create an action query from a set of action queries to be used for a packed query in a batch. By default this returns null so the default string compacter is used.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected virtual Func<List<DbCommand>, DbTransaction, IActionQuery> CreateActionQueryForPackedQueryFactoryFunc()

Return Value

Type: FuncListDbCommand, DbTransaction, IActionQuery
See Also