Click or drag to resize

DataMemberGetMemberValue Method

Gets the value of a member within a specified object

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Object GetMemberValue(
	Object obj
)

Parameters

obj
Type: SystemObject
The object containing the field

Return Value

Type: Object
The value of the field
See Also