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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected abstract DbCommand CreateCommand(
	string cmdText
)

Parameters

cmdText
Type: SystemString
Command text

Return Value

Type: DbCommand
See Also