C# Class ALE.Sql.ExecuteReaderState

Show file Open project: blesh/ALE Class Usage Examples

Public Properties

Property Type Description
Callback SqlDataReader>.Action
Command System.Data.SqlClient.SqlCommand

Public Methods

Method Description
ExecuteReaderState ( SqlCommand cmd, SqlDataReader>.Action callback ) : System

Method Details

ExecuteReaderState() public method

public ExecuteReaderState ( SqlCommand cmd, SqlDataReader>.Action callback ) : System
cmd System.Data.SqlClient.SqlCommand
callback SqlDataReader>.Action
return System

Property Details

Callback public property

public Action Callback
return SqlDataReader>.Action

Command public property

public SqlCommand,System.Data.SqlClient Command
return System.Data.SqlClient.SqlCommand