Return the appropriate DataType for the given type. Will return null if can't determine the appropriate type.

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 DataType ForType(
	Type type
)
Public Shared Function ForType ( _
	type As Type _
) As DataType
public:
static DataType^ ForType(
	Type^ type
)

Parameters

type
Type

See Also