Knight Data Access Layer
GetPrimaryKeyColumnsForTable Method (PostgreSqlProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > PostgreSqlProvider Class : GetPrimaryKeyColumnsForTable Method
Get the primary columns by the schema
Syntax
Protected Overrides Function GetPrimaryKeyColumnsForTable( _
   ByVal tableName As String _
) As List(Of String)
Dim instance As PostgreSqlProvider
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

PostgreSqlProvider Class
PostgreSqlProvider Members