| 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
Syntaxpublic SqlCommand CreateCommand(
string cmdText
)
Parameters
- cmdText
- Type: SystemString
SQL statement
Return Value
Type:
SqlCommand
See Also