C-DEngine 5.105

TheStorageUtilities..::..GetValueByCol Method

Gets a value by the column number in a StorageResult

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string GetValueByCol(
	List<string> tRec,
	int mycol
)
Public Shared Function GetValueByCol ( _
	tRec As List(Of String), _
	mycol As Integer _
) As String
public:
static String^ GetValueByCol(
	List<String^>^ tRec, 
	int^ mycol
)

Parameters

tRec
Type: List<(Of <(<'String>)>)>
List of records
mycol
Type: Int32
Column number

Return Value