Click or drag to resize

ICommenceDatabaseViewField Method

Returns the value of Field of the Indexth item that satisfies the currently defined filter (if any). Use the ViewItemCount REQUEST to determine the maximum Index value. The string "(deleted)" will be returned if the requested item is deleted after the ViewData snapshot is taken.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string ViewField(
	int index,
	string fieldName
)

Parameters

index
Type: SystemInt32
Index of Nth item (1-based).
fieldName
Type: SystemString
Commence field name.

Return Value

Type: String
FieldValue.
Remarks
If the Name field is requested, the returned value is NOT clarified. Use ViewItemNameand ClarifyItemNames) to retrieve the clarified item name.
See Also