BizBlox
GetValueByName Method (i, valuePropertyName)
Namespacespixolut.BizBloxDOCollectionGetValueByName(Int32, Enum)
BizBlox
Get the value of the column specified in the index.
Declaration Syntax
C#Visual BasicVisual C++
public Object GetValueByName(
	int i,
	Enum valuePropertyName
)
Public Function GetValueByName ( _
	i As Integer, _
	valuePropertyName As Enum _
) As Object
public:
Object^ GetValueByName(
	int i, 
	Enum^ valuePropertyName
)
Parameters
i (Int32)
Index in to the collection
valuePropertyName (Enum)
Using the columns enum from the corresponding DataObject
Return Value
Remarks

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0