C# Class SQLDiagRunner.QueryFileParser

ファイルを表示 Open project: Mitch-Wheat/SQLDiagCmd Class Usage Examples

Public Methods

Method Description
Load ( ) : List
QueryFileParser ( string filepath ) : System.Collections.Generic

Private Methods

Method Description
FindEndofServerWideQueries ( IEnumerable queryAllLines ) : int
GetQueryTitle ( string line ) : string
Parse ( string queryAllLines, int startLine, int endLine, bool serverWide ) : List

Method Details

Load() public method

public Load ( ) : List
return List

QueryFileParser() public method

public QueryFileParser ( string filepath ) : System.Collections.Generic
filepath string
return System.Collections.Generic