Row GetFieldValueDescription Method (String, String, Boolean)NFX Class Library

[This is preliminary documentation and is subject to change.]

For fields with ValueList returns value's description per specified targeted schema

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string GetFieldValueDescription(
	string fieldName,
	string targetName = null,
	bool caseSensitiveKeys = false
)

Return Value

Type: OnlineString
See Also