Returns an enumerator over the distinct property types of the properties that this data object has.

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

Syntax

C#
IEnumerable<IDataObject> GetPropertyTypes()
Visual Basic
Function GetPropertyTypes As IEnumerable(Of IDataObject)
Visual C++
IEnumerable<IDataObject^>^ GetPropertyTypes()
F#
abstract GetPropertyTypes : unit -> IEnumerable<IDataObject> 

Return Value

Type: IEnumerable<(Of <(<'IDataObject>)>)>
An enumeration of IDataObject instances representing the distinct property types of all properties of this object.

See Also