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

Parameters

table
Type: SchemaExplorer..::..TableSchema
name
Type: System..::..String
memberColumns
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
extendedProperties
Type: array<SchemaExplorer..::..ExtendedProperty>[]()[][]

See Also