SnapDAL Library Documentation

DataFactory.ExecuteDataReader Method (String, CommandBehavior[])

Execute the statement returning a IDataReader of results

public IDataReader ExecuteDataReader(
   string statementName,
   params CommandBehavior[] behaviors
);

Parameters

statementName
Name of the statment
behaviors
Array of CommandBehavior

Return Value

IDataReader of results

Implements

IDataLayer.ExecuteDataReader

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.ExecuteDataReader Overload List