Knight Data Access Layer
MarkPrimaryKey Method (IDatabaseProvider)




KellermanSoftware.NetDataAccessLayer Namespace > IDatabaseProvider Interface : MarkPrimaryKey Method
Class to table mapping
Mark the primary key of the passed table
Syntax
Sub MarkPrimaryKey( _
   ByVal table As Table _
) 
Dim instance As IDatabaseProvider
Dim table As Table
 
instance.MarkPrimaryKey(table)
void MarkPrimaryKey( 
   Table table
)
void MarkPrimaryKey( 
   Table* table
) 
void MarkPrimaryKey( 
   Table^ table
) 

Parameters

table
Class to table mapping
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

IDatabaseProvider Interface
IDatabaseProvider Members