Click or drag to resize
DataConnectionCreateCommand Method
Creates a new SQL command

Namespace: CMS.DataProviderSQL
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected override DbCommand CreateCommand(
	string cmdText
)

Parameters

cmdText
Type: SystemString
Command text

Return Value

Type: DbCommand
See Also