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

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public int ExecuteNonQuery(
	bool enableTransaction,
	CommandType commandType,
	string commandText,
	Object[,] commandParameters,
	bool disposeCommand
)

Parameters

enableTransaction
Type: SystemBoolean

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

commandType
Type: System.DataCommandType

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

commandText
Type: SystemString

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

commandParameters
Type: SystemObject

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

disposeCommand
Type: SystemBoolean

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

Return Value

Type: Int32

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

See Also