Knight Data Access Layer
GetPrimaryKeyColumnsForTable Method (MsAccessProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > MsAccessProvider Class : GetPrimaryKeyColumnsForTable Method
Get the primary key columns for a table from the schema
Syntax
Protected Overrides Function GetPrimaryKeyColumnsForTable( _
   ByVal tableName As String _
) As List(Of String)
Dim instance As MsAccessProvider
Dim tableName As String
Dim value As List(Of String)
 
value = instance.GetPrimaryKeyColumnsForTable(tableName)
protected override List<string> GetPrimaryKeyColumnsForTable( 
   string tableName
)
protected: List<string*>* GetPrimaryKeyColumnsForTable( 
   string* tableName
) override 
protected:
List<String^>^ GetPrimaryKeyColumnsForTable( 
   String^ tableName
) override 

Parameters

tableName
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