DataConnectionCreateCommand Method |
Creates a new SQL command
Namespace: CMS.DataProviderSQLAssembly: CMS.DataProviderSQL (in CMS.DataProviderSQL.dll) Version: 8.2.23
Syntax protected override DbCommand CreateCommand(
string cmdText
)
Parameters
- cmdText
- Type: SystemString
Command text
Return Value
Type:
DbCommandSee Also