Creates new instance of the Table class.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public Table(
	string name,
	Schema schema
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	schema As Schema _
)
Visual C++
public:
Table(
	String^ name, 
	Schema^ schema
)

Parameters

name
Type: System..::.String
schema
Type: PerpetuumSoft.DataModel.MsSql..::.Schema

See Also