Свойство | Type | Description | |
---|---|---|---|
LastError | string |
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
|
Méthode | Description | |
---|---|---|
IsSqlCommand ( string token ) : bool |
public static FirstCommand ( string query ) : string | ||
query | string | |
Résultat | string |
public static TrySimplify ( string query, string &value ) : bool | ||
query | string | |
value | string | |
Résultat | bool |