C# Class ALE.Sql.ExecuteNonQueryState

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
ExecuteNonQueryState ( SqlCommand cmd, int>.Action callback ) : System

Method Details

ExecuteNonQueryState() public méthode

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

Property Details

Callback public_oe property

public Action Callback
Résultat int>.Action

Command public_oe property

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