Click or drag to resize
GenericSqlCommandExecuteNonQuery Method (CommandType, String)
执行命令,并返回受影响的行数。

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public int ExecuteNonQuery(
	CommandType commandType,
	string commandText
)

Parameters

commandType
Type: System.DataCommandType

[Missing <param name="commandType"/> documentation for "M:X3Platform.Data.GenericSqlCommand.ExecuteNonQuery(System.Data.CommandType,System.String)"]

commandText
Type: SystemString

[Missing <param name="commandText"/> documentation for "M:X3Platform.Data.GenericSqlCommand.ExecuteNonQuery(System.Data.CommandType,System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:X3Platform.Data.GenericSqlCommand.ExecuteNonQuery(System.Data.CommandType,System.String)"]

See Also