SchemaInfoGetOleDbType Method |
Gets the OleDbType for the item. Note that this is generally not directly reported by the DBMS and must
be calculated from other type information provided about the schema.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic OleDbType GetOleDbType(
DBMSType dbmsType
)
Public Function GetOleDbType (
dbmsType As DBMSType
) As OleDbType
Parameters
- dbmsType
- Type: NetQuarryDBMSType
The DBMS type.
Return Value
Type:
OleDbTypeThe calculated OleDbType.
See Also