Knight Data Access Layer
MarkPrimaryKeys Method




KellermanSoftware.NetDataAccessLayer Namespace > BaseDatabaseProvider Class : MarkPrimaryKeys Method
List of table mappings
Mark primary key columns by convention
Syntax
Public Overridable Sub MarkPrimaryKeys( _
   ByVal list As List(Of Table) _
) 
Dim instance As BaseDatabaseProvider
Dim list As List(Of Table)
 
instance.MarkPrimaryKeys(list)
public virtual void MarkPrimaryKeys( 
   List<Table> list
)
public: virtual void MarkPrimaryKeys( 
   List<Table*>* list
) 
public:
virtual void MarkPrimaryKeys( 
   List<Table^>^ list
) 

Parameters

list
List of table mappings
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

BaseDatabaseProvider Class
BaseDatabaseProvider Members