Method | Description | |
---|---|---|
AddHeaderColumnParams ( |
Adds the header column parameters.
|
|
AddHeaderColumns ( StringBuilder command, IMessage data, IHeaders headers ) : void |
Adds the header columns.
|
|
AddHeaderValues ( StringBuilder command, IMessage data, IHeaders headers ) : void |
Adds the header values.
|
|
AddUserColumns ( StringBuilder command, IAdditionalMessageData data ) : void |
Adds the user specific columns to the meta data SQL command string
|
|
AddUserColumnsParams ( |
Adds the SQL command params for the user specific meta data
|
|
AddUserColumnsValues ( StringBuilder command, IAdditionalMessageData data ) : void |
Adds the values for the user specific meta data to the SQL command.
|
Method | Description | |
---|---|---|
BuildMetaCommand ( |
||
BuildStatusCommand ( |
public static AddHeaderColumnParams ( |
||
command | The command. | |
data | IMessage | The data. |
headers | IHeaders | The headers. |
return | void |
public static AddHeaderColumns ( StringBuilder command, IMessage data, IHeaders headers ) : void | ||
command | StringBuilder | The command. |
data | IMessage | The data. |
headers | IHeaders | The headers. |
return | void |
public static AddHeaderValues ( StringBuilder command, IMessage data, IHeaders headers ) : void | ||
command | StringBuilder | The command. |
data | IMessage | The data. |
headers | IHeaders | The headers. |
return | void |
public static AddUserColumns ( StringBuilder command, IAdditionalMessageData data ) : void | ||
command | StringBuilder | The command. |
data | IAdditionalMessageData | The data. |
return | void |
public static AddUserColumnsParams ( |
||
command | The command. | |
data | IAdditionalMessageData | The data. |
return | void |
public static AddUserColumnsValues ( StringBuilder command, IAdditionalMessageData data ) : void | ||
command | StringBuilder | The command. |
data | IAdditionalMessageData | The data. |
return | void |