C# Class Alphashack.Graphdat.Agent.SqlQueryHelper.Outliner

Afficher le fichier Open project: alphashack/NET_graphdat

Méthodes publiques

Свойство Type Description
LastError string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSqlCommand ( string token ) : bool

Method Details

FirstCommand() public static méthode

public static FirstCommand ( string query ) : string
query string
Résultat string

TrySimplify() public static méthode

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
Résultat bool

Property Details

LastError public_oe static_oe property

public static string LastError
Résultat string