C# Class FAManagementStudio.Models.QueryResult

显示文件 Open project: degarashi0913/FAManagementStudio

Public Methods

Method Description
QueryResult ( DataTable table, System.TimeSpan time, string sql, int count, string executionPlan = "" ) : System

Method Details

QueryResult() public method

public QueryResult ( DataTable table, System.TimeSpan time, string sql, int count, string executionPlan = "" ) : System
table System.Data.DataTable
time System.TimeSpan
sql string
count int
executionPlan string
return System