Gets a value (returned by a property of the data object or how else).

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
Object GetValue()
Visual Basic
Function GetValue As Object
Visual C++
Object^ GetValue()
F#
abstract GetValue : unit -> Object 

Return Value

Type: Object
A value, returned by the data object.

See Also