Public Overridable Function GetDbType( _ ByVal tableName As String, _ ByVal fieldName As String, _ ByVal typeString As String _ ) As DbType
Dim instance As BaseDatabaseProvider Dim tableName As String Dim fieldName As String Dim typeString As String Dim value As DbType value = instance.GetDbType(tableName, fieldName, typeString)
Parameters
- tableName
- The name of the table
- fieldName
- The name of the field in the table
- typeString
- The provider specific database type