C-DEngine 5.105

TheStorageUtilities..::..ConvertFromStoreRecord<(Of <(<'T>)>)> Method

Converts TheDataRetrievalRecord back in the the Records of the Storage mirror

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  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

Parameters

tRecords
Type: nsCDEngine.Engines.StorageService.Model..::..TheDataRetrievalRecord
IsWriting
Type: Boolean
ErrorText
Type: String%

Return Value