Knight Data Access Layer
GetCreateTableSqlWithCompositeKey Method (IDatabaseProvider)




KellermanSoftware.NetDataAccessLayer Namespace > IDatabaseProvider Interface : GetCreateTableSqlWithCompositeKey Method
Get the SQL for creating a table with a composite key
Syntax
Function GetCreateTableSqlWithCompositeKey( _
   ByVal table As Table _
) As List(Of String)
Dim instance As IDatabaseProvider
Dim table As Table
Dim value As List(Of String)
 
value = instance.GetCreateTableSqlWithCompositeKey(table)
List<string> GetCreateTableSqlWithCompositeKey( 
   Table table
)
List<string*>* GetCreateTableSqlWithCompositeKey( 
   Table* table
) 
List<String^>^ GetCreateTableSqlWithCompositeKey( 
   Table^ table
) 

Parameters

table
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