 | 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
Syntaxstring ViewField(
int index,
string fieldName
)
Function ViewField (
index As Integer,
fieldName As String
) As String
Parameters
- index
- Type: SystemInt32
Index of Nth item (1-based). - fieldName
- Type: SystemString
Commence field name.
Return Value
Type:
StringFieldValue.
RemarksIf the Name field is requested, the returned value is NOT clarified. Use ViewItemNameand ClarifyItemNames) to retrieve the clarified item name.
See Also