Determines whether the database supports CONVERT operation for two
supplied SQL types.
Syntax
[Android.Runtime.Register("supportsConvert", "(II)Z", "GetSupportsConvert_IIHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
bool SupportsConvert (
int fromType,
int toType)
Parameters
- fromType
- the Type to convert from, as defined by java.sql.Types
- toType
- the Type to convert to, as defined by java.sql.Types
Returns
Documentation for this section has not yet been entered.
Exceptions
Remarks
Requirements
Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1