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,
	IEnumerable<string> memberColumns
)
Visual Basic
Public Sub New ( 
	table As TableSchema,
	name As String,
	memberColumns As IEnumerable(Of String)
)

See Also