ActionQueryCoreCommand Property  | 
 
            The command used for this query.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic virtual DbCommand Command { get; set; }Public Overridable Property Command As DbCommand
	Get
	Set
Property Value
Type: 
DbCommandImplements
IQueryCommand
See Also