Click or drag to resize

UpdateActionArgsCreateCommand Method (String)

Creates a SqlCommand within connection and transaction scope of the update action.

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public SqlCommand CreateCommand(
	string cmdText
)

Parameters

cmdText
Type: SystemString
SQL statement

Return Value

Type: SqlCommand
See Also