Returns the first value in the collection
Namespace: BrightstarDB.DynamicAssembly: 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: ObjectThe first object in the collecion.