| BatchActionQueryCommand Property  | 
 
            Gets or sets the command. Not implemented on Batch action query objects. Use the indexer instead.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic DbCommand Command { get; set; }Public Property Command As DbCommand
	Get
	Set
Property Value
Type: 
DbCommandImplements
IQueryCommand
See Also