Return the appropriate DataType for the type of the given object. 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(
	Object obj
)
Public Shared Function ForType ( _
	obj As Object _
) As DataType
public:
static DataType^ ForType(
	Object^ obj
)

Parameters

obj
Object

See Also