Knight Data Access Layer
GetCreateTableSqlWithPrimaryKey Method (VistaDb5Net40Provider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > VistaDb5Net40Provider Class : GetCreateTableSqlWithPrimaryKey Method
Get the SQL for creating a table with a primary key
Syntax
Public Overrides Function GetCreateTableSqlWithPrimaryKey( _
   ByVal table As Table _
) As List(Of String)
Dim instance As VistaDb5Net40Provider
Dim table As Table
Dim value As List(Of String)
 
value = instance.GetCreateTableSqlWithPrimaryKey(table)
public override List<string> GetCreateTableSqlWithPrimaryKey( 
   Table table
)
public: List<string*>* GetCreateTableSqlWithPrimaryKey( 
   Table* table
) override 
public:
List<String^>^ GetCreateTableSqlWithPrimaryKey( 
   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

VistaDb5Net40Provider Class
VistaDb5Net40Provider Members