C-DEngine 5.105

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.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void EdgeDataStoreOnly<T>(
	T pMyValue,
	string pTableName
)
Sub EdgeDataStoreOnly(Of T) ( _
	pMyValue As T, _
	pTableName As String _
)
generic<typename T>
void EdgeDataStoreOnly(
	T pMyValue, 
	String^ pTableName
)

Type Parameters

T

Parameters

pMyValue
Type: T
Class Type of the store that will be stored
pTableName
Type: String
Custom TableName if required