AbstractDataConnectionCreateCommand Method |
Creates a new SQL command
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected abstract DbCommand CreateCommand(
string cmdText
)
Parameters
- cmdText
- Type: SystemString
Command text
Return Value
Type:
DbCommandSee Also