TheStorageUtilities..::..ConvertFromStoreRecord<(Of <(<'T>)>)> Method
Converts TheDataRetrievalRecord back in the the Records of the Storage mirror
Namespace:
nsCDEngine.Engines.StorageServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static List<T> ConvertFromStoreRecord<T>( TheDataRetrievalRecord tRecords, bool IsWriting, out string ErrorText )
Public Shared Function ConvertFromStoreRecord(Of T) ( _ tRecords As TheDataRetrievalRecord, _ IsWriting As Boolean, _ <OutAttribute> ByRef ErrorText As String _ ) As List(Of T)
public: generic<typename T> static List<T>^ ConvertFromStoreRecord( TheDataRetrievalRecord^ tRecords, bool^ IsWriting, [OutAttribute] String^% ErrorText )
Type Parameters
- T