Click or drag to resize
DbSpecificCreatorBaseCreateCommand Method
Creates a new command.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual DbCommand CreateCommand()

Return Value

Type: DbCommand
ready to use command object

Implements

IDbSpecificCreatorCreateCommand
See Also