C# Class Warewolf.ComponentModel.SqlUtilities

Groups some SQL Server utility methods.
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method 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 method

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