Check to make sure that the given CompleteDataType is the same as the CompleteDataType of this Field
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.3.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
| Exception | Condition |
|---|---|
| StreamBase.SB..::..TupleException | Field's CompleteDataType and the given CompleteDataType don't match |