Property | Type | Description | |
---|---|---|---|
context | Context | ||
enableAck | bool |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Delete ( List |
||
Execute ( SCPTuple tuple ) : void | ||
ExecuteCommand ( |
||
GenerateInsertTSql ( ) : string |
Generates T-SQL Insert statement
|
|
GenerateUpdateTSql ( List |
||
GenerateUpsertTSql ( List |
||
GenerateWhereTSql ( List |
Instead of using TableColumns we will use the keys list
|
|
Get ( Context context, Object>.Dictionary |
A delegate method to return the instance of this class
|
|
HandleException ( |
Log the exception and reset any prepared commands and connections
|
|
InitializeSqlAzure ( ) : void |
Initialize the Sql Azure settings and connections
|
|
InitializeSqlAzureConnection ( ) : void |
Initialize Sql Azure Connection if not open
|
|
Insert ( List | ||
PrepareSqlDeleteCommand ( List |
Prepares SQL Delete command
|
|
PrepareSqlInsertCommand ( List |
Prepares Sql Insert Command
|
|
PrepareSqlUpsertCommand ( List |
||
SqlAzureBolt ( Context context, Object>.Dictionary |
||
Upsert ( List |
public ExecuteCommand ( |
||
sqlCommand | ||
return | void |
public GenerateUpdateTSql ( List |
||
keys | List |
|
return | string |
public GenerateUpsertTSql ( List |
||
keys | List |
|
return | string |
public GenerateWhereTSql ( List |
||
keys | List |
|
return | string |
public static Get ( Context context, Object>.Dictionary |
||
context | Context | SCP Context, automatically passed by SCP.Net |
parms | Object>.Dictionary | |
return |
public HandleException ( |
||
ex | The exception thrown | |
return | void |
public InitializeSqlAzureConnection ( ) : void | ||
return | void |
public PrepareSqlDeleteCommand ( List |
||
keys | List |
Index of keys within the tuple fields which need to be deleted |
row | List | |
return | void |
public PrepareSqlUpsertCommand ( List |
||
keys | List |
|
row | List | |
return | void |
public SqlAzureBolt ( Context context, Object>.Dictionary |
||
context | Context | |
parms | Object>.Dictionary | |
return | Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling |