Sets 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#
IDataObject SetType(
	IDataObject type
)
Visual Basic
Function SetType ( 
	type As IDataObject
) As IDataObject
Visual C++
IDataObject^ SetType(
	IDataObject^ type
)
F#
abstract SetType : 
        type : IDataObject -> IDataObject 

Parameters

type
Type: BrightstarDB.Client..::..IDataObject
The new data object type

Return Value

Type: IDataObject
This IDataObject to allow chained calls

See Also