Knight Data Access Layer
GetFieldType Method (MsAccessProvider)




View with Navigation Tools
KellermanSoftware.NetDataAccessLayer.Providers Namespace > MsAccessProvider Class : GetFieldType Method
The name of the table
The name of the field in the table
The provider specific datbase type
True when the field is nullable
Get the .NET type for a database column type
Syntax
Public Overrides Function GetFieldType( _
   ByVal tableName As String, _
   ByVal fieldName As String, _
   ByVal typeString As String, _
   ByVal nullable As Boolean _
) As Type

Parameters

tableName
The name of the table
fieldName
The name of the field in the table
typeString
The provider specific datbase type
nullable
True when the field is nullable
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MsAccessProvider Class
MsAccessProvider Members