TheStorageUtilities..::..SerializeCreateStore Method
   Serializes the CreateStore Definition
   
                
    Namespace: 
   nsCDEngine.Engines.StorageServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static string SerializeCreateStore( Type MyType, Object MyValue, string pDeviceName, string StoreDescription, out string pUniqueID, string pTableName )
Parameters
- MyType
 - Type: Type
Type of the class that creates a new store 
- MyValue
 - Type: Object
Default value of the class 
- pDeviceName
 - Type: String
Name of the storage 
- StoreDescription
 - Type: String
Description of the storage 
- pUniqueID
 - Type: String%
returns a unique id for the store 
- pTableName
 - Type: String
allows to set a custom tablename for the store. if null or empty, the unique ID will be the table name