DataTypeIsCompatibleWith Method

Determines whether the current object is compatible with to another object of the same type.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public bool IsCompatibleWith(
	DataType other
)

Parameters

other
Type: Dundas.BI.Data.MetadataDataType
The other database type.

Return Value

Type: Boolean
if the current object is compatible with the other object; otherwise, .
See Also