Click or drag to resize

CommenceDatabaseViewItemName Method

Returns the itemname for the Indexth item. Different from ViewField(Index, Name) in that a clarified item name may be returned. The ClarifyItemNames request is used to enable or disable the use of clarified item names.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public string ViewItemName(
	int index
)

Parameters

index
Type: SystemInt32
Index of Nth item (1-based).

Return Value

Type: String
Item name.

Implements

ICommenceDatabaseViewItemName(Int32)
See Also