C-DEngine 5.105

TheStorageUtilities..::..SerializeDataToExecute Method

Serializes a sql command for distributed storage

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string SerializeDataToExecute(
	Type pMyType,
	string pMagicID,
	string pSqlToExecute,
	string pSqlColFilter,
	string pTableName
)
Public Shared Function SerializeDataToExecute ( _
	pMyType As Type, _
	pMagicID As String, _
	pSqlToExecute As String, _
	pSqlColFilter As String, _
	pTableName As String _
) As String
public:
static String^ SerializeDataToExecute(
	Type^ pMyType, 
	String^ pMagicID, 
	String^ pSqlToExecute, 
	String^ pSqlColFilter, 
	String^ pTableName
)

Parameters

pMyType
Type: Type
Type of the class this execute call goes against in the storage service
pMagicID
Type: String
cookie of the call
pSqlToExecute
Type: String
sql statement to serialize
pSqlColFilter
Type: String
additional column filter if required
pTableName
Type: String
custom table name if required

Return Value