Gets the value, passed to the constructor.

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

Syntax

C#
public Object GetValue()
Visual Basic
Public Function GetValue As Object
Visual C++
public:
virtual Object^ GetValue() sealed
F#
abstract GetValue : unit -> Object 
override GetValue : unit -> Object 

Return Value

Type: Object

[Missing <returns> documentation for "M:Dapfor.Net.Data.ValueGetter.GetValue"]

Implements

IGetter..::..GetValue()()()()

See Also