Check to make sure that the given CompleteDataType is the same as the CompleteDataType of this Field

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void CheckType(
	CompleteDataType type
)
Public Sub CheckType ( _
	type As CompleteDataType _
)
public:
void CheckType(
	CompleteDataType^ type
)

Parameters

type
CompleteDataType

Exceptions

ExceptionCondition
StreamBase.SB..::..TupleExceptionField's CompleteDataType and the given CompleteDataType don't match

See Also