Gets the type of this data object

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

Syntax

C#
IList<string> GetTypes()
Visual Basic
Function GetTypes As IList(Of String)
Visual C++
IList<String^>^ GetTypes()
F#
abstract GetTypes : unit -> IList<string> 

Return Value

Type: IList<(Of <(<'String>)>)>
A list of object types

See Also