Returns the first value in the collection

Namespace: BrightstarDB.Dynamic
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public Object FirstOrDefault()
Visual Basic
Public Function FirstOrDefault As Object
Visual C++
public:
Object^ FirstOrDefault()
F#
member FirstOrDefault : unit -> Object 

Return Value

Type: Object
The first object in the collecion.

See Also