IStorageService..::..EdgeDataStoreOnly<(Of <(<'T>)>)> Method
Very light-weight call to store a class into the storage service.
If the store does not exist, this call will not do anything. EdgeDataCreateStore has to be called first with the type of this class
Namespace:
nsCDEngine.Engines.StorageServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Type Parameters
- T
Parameters
- pMyValue
- Type: T
Class Type of the store that will be stored
- pTableName
- Type: String
Custom TableName if required