IViewTableMethodsGetValue Method

Gets the value corresponding to the indicated field.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Object GetValue(
	string fieldName
)

Parameters

fieldName  String
Indicate field name.

Return Value

Object
Object with the the value corresponding to the indicated field.

See Also