C# 클래스 Warewolf.ComponentModel.SqlUtilities

Groups some SQL Server utility methods.
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
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