Initializes a new instance of the PrimaryKeySchema class

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public PrimaryKeySchema(
	TableSchema table,
	string name
)
Visual Basic
Public Sub New ( 
	table As TableSchema,
	name As String
)

See Also