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