BusinessLogicCommand.ExecuteReader Method
Include Protected Members
Include Inherited Members
Executes a data reader.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ExecuteReader() | Executes the CommandText against the Connection, and returns an IDataReader. | |
ExecuteReader(CommandBehavior) | Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior. |
Top
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace