The primary key for the table that this key refers to.

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

Syntax

C#
public PrimaryKeySchema PrimaryKey { get; }
Visual Basic
Public ReadOnly Property PrimaryKey As PrimaryKeySchema
	Get

Property Value

Type: PrimaryKeySchema

See Also