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.10.0.0 (5.10.0)
Syntaxprotected virtual Func<List<DbCommand>, DbTransaction, IActionQuery> CreateActionQueryForPackedQueryFactoryFunc()
Protected Overridable Function CreateActionQueryForPackedQueryFactoryFunc As Func(Of List(Of DbCommand), DbTransaction, IActionQuery)
Return Value
Type: 
FuncListDbCommand, 
DbTransaction, 
IActionQuery
See Also