Knight Data Access Layer
GetOracleCreateTableSqlWithCompositeKey Method




KellermanSoftware.NetDataAccessLayer.Providers Namespace > BaseOracleProvider Class : GetOracleCreateTableSqlWithCompositeKey Method
Get the SQL for creating a table with composite keys
Syntax
Public Function GetOracleCreateTableSqlWithCompositeKey( _
   ByVal table As Table _
) As String
Dim instance As BaseOracleProvider
Dim table As Table
Dim value As String
 
value = instance.GetOracleCreateTableSqlWithCompositeKey(table)
public string GetOracleCreateTableSqlWithCompositeKey( 
   Table table
)
public: string* GetOracleCreateTableSqlWithCompositeKey( 
   Table* table
) 
public:
String^ GetOracleCreateTableSqlWithCompositeKey( 
   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

BaseOracleProvider Class
BaseOracleProvider Members