Return the complete type for the given simple (non-compound) DataType.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static CompleteDataType ForSimpleType(
	DataType dt
)
Public Shared Function ForSimpleType ( _
	dt As DataType _
) As CompleteDataType
public:
static CompleteDataType^ ForSimpleType(
	DataType^ dt
)

Parameters

dt
DataType

Exceptions

ExceptionCondition
StreamBase.SB..::..IllegalArgumentExceptionIf the given DataType is not a simple type.

See Also