C# Class ALE.Sql.ExecuteReaderState

Afficher le fichier Open project: blesh/ALE Class Usage Examples

Méthodes publiques

Свойство Type Description
Callback SqlDataReader>.Action
Command System.Data.SqlClient.SqlCommand

Méthodes publiques

Méthode Description
ExecuteReaderState ( SqlCommand cmd, SqlDataReader>.Action callback ) : System

Method Details

ExecuteReaderState() public méthode

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

Property Details

Callback public_oe property

public Action Callback
Résultat SqlDataReader>.Action

Command public_oe property

public SqlCommand,System.Data.SqlClient Command
Résultat System.Data.SqlClient.SqlCommand