Click or drag to resize

DataAccessLayerBaseClassExecuteDataReader Method (String)

Namespace:  EDK4Net.DataAccessLayer
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public IDataReader ExecuteDataReader(
	string commandText
)

Parameters

commandText
Type: SystemString

Return Value

Type: IDataReader
See Also