Knight Data Access Layer
GetCreateTableSqlWithCompositeKey Method (BaseOracleProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > BaseOracleProvider Class : GetCreateTableSqlWithCompositeKey Method
Get the SQL for creating a table without a primary key
Syntax
Public Overrides Function GetCreateTableSqlWithCompositeKey( _
   ByVal table As Table _
) As List(Of String)
Dim instance As BaseOracleProvider
Dim table As Table
Dim value As List(Of String)
 
value = instance.GetCreateTableSqlWithCompositeKey(table)
public override List<string> GetCreateTableSqlWithCompositeKey( 
   Table table
)
public: List<string*>* GetCreateTableSqlWithCompositeKey( 
   Table* table
) override 
public:
List<String^>^ GetCreateTableSqlWithCompositeKey( 
   Table^ table
) override 

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

BaseOracleProvider Class
BaseOracleProvider Members