DbSpecificCreatorBaseCreateCommand Method |
Creates a new command.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic virtual DbCommand CreateCommand()
Public Overridable Function CreateCommand As DbCommand
Return Value
Type:
DbCommandready to use command object
Implements
IDbSpecificCreatorCreateCommand
See Also