C# Класс Warewolf.ComponentModel.SqlUtilities

Groups some SQL Server utility methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
FetchDataTable ( this command ) : DataTable

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

Описание методов

FetchDataTable() публичный статический Метод

Executes the given SqlCommand and returns a DataTable for the result set returned by the SqlCommand.
public static FetchDataTable ( this command ) : DataTable
command this
Результат System.Data.DataTable