Click or drag to resize

DataAccessLayerBaseClassExecuteQuery Method (String, CommandType, IDataParameter)

Namespace:  EDK4Net.DataAccessLayer
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public int ExecuteQuery(
	string commandText,
	CommandType commandType,
	IDataParameter[] commandParameters
)

Parameters

commandText
Type: SystemString
commandType
Type: System.DataCommandType
commandParameters
Type: System.DataIDataParameter

Return Value

Type: Int32
See Also