C# Class Warewolf.ComponentModel.SqlUtilities

Groups some SQL Server utility methods.
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
FetchDataTable ( this command ) : DataTable

Executes the given SqlCommand and returns a DataTable for the result set returned by the SqlCommand.

Method Details

FetchDataTable() public static méthode

Executes the given SqlCommand and returns a DataTable for the result set returned by the SqlCommand.
public static FetchDataTable ( this command ) : DataTable
command this
Résultat System.Data.DataTable