Public Overridable Function GetFieldType( _ ByVal tableName As String, _ ByVal fieldName As String, _ ByVal typeString As String, _ ByVal nullable As Boolean _ ) As Type
Dim instance As BaseDatabaseProvider Dim tableName As String Dim fieldName As String Dim typeString As String Dim nullable As Boolean Dim value As Type value = instance.GetFieldType(tableName, fieldName, typeString, nullable)
public virtual Type GetFieldType( string tableName, string fieldName, string typeString, bool nullable )
Parameters
- tableName
- The table name
- fieldName
- The name of the field in the table
- typeString
- The provider specific datbase type
- nullable
- True when the field is nullable