Method | Description | |
---|---|---|
AddParameters ( VistaDBCommand cmd, |
||
BuildDynamicDeleteCommand ( |
||
BuildDynamicInsertCommand ( |
||
BuildDynamicUpdateCommand ( |
||
BuildStoredProcDeleteCommand ( |
||
BuildStoredProcInsertCommand ( |
||
BuildStoredProcUpdateCommand ( |
||
CheckForConcurrencyException ( VistaDBException ex ) : tgConcurrencyException | ||
CreateFullName ( |
||
CreateFullName ( tgDynamicQuerySerializable query ) : string | ||
CreateFullName ( |
||
GatherReturnParameters ( VistaDBCommand cmd, |
||
PopulateStoredProcParameters ( VistaDBCommand cmd, |
Method | Description | |
---|---|---|
CloneParameter ( VistaDBParameter p ) : VistaDBParameter |
public static AddParameters ( VistaDBCommand cmd, |
||
cmd | VistaDBCommand | |
request | ||
return | void |
public static BuildDynamicDeleteCommand ( |
||
request | ||
modifiedColumns | List |
|
return | VistaDBCommand |
public static BuildDynamicInsertCommand ( |
||
request | ||
modifiedColumns | List |
|
return | VistaDBCommand |
public static BuildDynamicUpdateCommand ( |
||
request | ||
modifiedColumns | List |
|
return | VistaDBCommand |
public static BuildStoredProcDeleteCommand ( |
||
request | ||
return | VistaDBCommand |
public static BuildStoredProcInsertCommand ( |
||
request | ||
return | VistaDBCommand |
public static BuildStoredProcUpdateCommand ( |
||
request | ||
return | VistaDBCommand |
public static CheckForConcurrencyException ( VistaDBException ex ) : tgConcurrencyException | ||
ex | VistaDBException | |
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 ( VistaDBCommand cmd, |
||
cmd | VistaDBCommand | |
request | ||
response | ||
return | void |
public static PopulateStoredProcParameters ( VistaDBCommand cmd, |
||
cmd | VistaDBCommand | |
request | ||
return | void |