C# 클래스 Alphashack.Graphdat.Agent.SqlQueryHelper.Outliner

파일 보기 프로젝트 열기: alphashack/NET_graphdat

공개 프로퍼티들

프로퍼티 타입 설명
LastError string

공개 메소드들

메소드 설명
FirstCommand ( string query ) : string
TrySimplify ( string query, string &value ) : bool

Simplifies a query by removing the value of certain types of token. Basically the ones that might be parameterised

비공개 메소드들

메소드 설명
IsSqlCommand ( string token ) : bool

메소드 상세

FirstCommand() 공개 정적인 메소드

public static FirstCommand ( string query ) : string
query string
리턴 string

TrySimplify() 공개 정적인 메소드

Simplifies a query by removing the value of certain types of token. Basically the ones that might be parameterised
public static TrySimplify ( string query, string &value ) : bool
query string
value string
리턴 bool

프로퍼티 상세

LastError 공개적으로 정적으로 프로퍼티

public static string LastError
리턴 string