Method | Description | |
---|---|---|
AddParameters ( SQLiteCommand cmd, |
||
AddParameters ( |
||
BuildDynamicDeleteCommand ( |
||
BuildDynamicDeleteCommand ( |
||
BuildDynamicInsertCommand ( |
||
BuildDynamicInsertCommand ( |
||
BuildDynamicUpdateCommand ( |
||
BuildDynamicUpdateCommand ( |
||
BuildStoredProcDeleteCommand ( |
||
BuildStoredProcDeleteCommand ( |
||
BuildStoredProcInsertCommand ( |
||
BuildStoredProcInsertCommand ( |
||
BuildStoredProcUpdateCommand ( |
||
BuildStoredProcUpdateCommand ( |
||
CheckForConcurrencyException ( SQLiteException ex ) : tgConcurrencyException | ||
CheckForConcurrencyException ( Mono.Data.Sqlite.SqliteException ex ) : tgConcurrencyException | ||
CreateFullName ( |
||
CreateFullName ( tgDynamicQuerySerializable query ) : string | ||
CreateFullName ( |
||
GatherReturnParameters ( SQLiteCommand cmd, |
||
GatherReturnParameters ( |
||
PopulateStoredProcParameters ( SQLiteCommand cmd, |
||
PopulateStoredProcParameters ( |
Method | Description | |
---|---|---|
CloneParameter ( SQLiteParameter p ) : SQLiteParameter | ||
CloneParameter ( |
public static AddParameters ( SQLiteCommand cmd, |
||
cmd | SQLiteCommand | |
request | ||
return | void |
public static AddParameters ( |
||
cmd | ||
request | ||
return | void |
public static BuildDynamicDeleteCommand ( |
||
request | ||
return | SQLiteCommand |
public static BuildDynamicDeleteCommand ( |
||
request | ||
return |
public static BuildDynamicInsertCommand ( |
||
request | ||
packet | ||
return | SQLiteCommand |
public static BuildDynamicInsertCommand ( |
||
request | ||
packet | ||
return |
public static BuildDynamicUpdateCommand ( |
||
request | ||
packet | ||
return | SQLiteCommand |
public static BuildDynamicUpdateCommand ( |
||
request | ||
packet | ||
return |
public static BuildStoredProcDeleteCommand ( |
||
request | ||
return | SQLiteCommand |
public static BuildStoredProcDeleteCommand ( |
||
request | ||
return |
public static BuildStoredProcInsertCommand ( |
||
request | ||
return | SQLiteCommand |
public static BuildStoredProcInsertCommand ( |
||
request | ||
return |
public static BuildStoredProcUpdateCommand ( |
||
request | ||
return | SQLiteCommand |
public static BuildStoredProcUpdateCommand ( |
||
request | ||
return |
public static CheckForConcurrencyException ( SQLiteException ex ) : tgConcurrencyException | ||
ex | SQLiteException | |
return | tgConcurrencyException |
public static CheckForConcurrencyException ( Mono.Data.Sqlite.SqliteException ex ) : tgConcurrencyException | ||
ex | Mono.Data.Sqlite.SqliteException | |
return | tgConcurrencyException |
public static CreateFullName ( |
||
request | ||
return | string |
public static CreateFullName ( tgDynamicQuerySerializable query ) : string | ||
query | tgDynamicQuerySerializable | |
return | string |
public static CreateFullName ( |
||
providerMetadata | ||
return | string |
public static GatherReturnParameters ( SQLiteCommand cmd, |
||
cmd | SQLiteCommand | |
request | ||
response | ||
return | void |
public static GatherReturnParameters ( |
||
cmd | ||
request | ||
response | ||
return | void |
public static PopulateStoredProcParameters ( SQLiteCommand cmd, |
||
cmd | SQLiteCommand | |
request | ||
return | void |
public static PopulateStoredProcParameters ( |
||
cmd | ||
request | ||
return | void |