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)
Syntaxpublic bool IsCompatibleWith(
DataType other
)
Public Function IsCompatibleWith (
other As DataType
) As Boolean
public:
bool IsCompatibleWith(
DataType other
)
member IsCompatibleWith :
other : DataType -> bool
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