BatchActionQueryCommand Property |
Gets or sets the command. Not implemented on Batch action query objects. Use the indexer instead.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DbCommand Command { get; set; }
Public Property Command As DbCommand
Get
Set
Property Value
Type:
DbCommandImplements
IQueryCommandSee Also