Property | Type | Description | |
---|---|---|---|
LastError | string |
Method | 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
|
Method | Description | |
---|---|---|
IsSqlCommand ( string token ) : bool |
public static FirstCommand ( string query ) : string | ||
query | string | |
return | string |
public static TrySimplify ( string query, string &value ) : bool | ||
query | string | |
value | string | |
return | bool |