TheStorageUtilities..::..SerializeDataToExecute Method
   Serializes a sql command for distributed storage
   
                
    Namespace: 
   nsCDEngine.Engines.StorageServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
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