Provides information about the primary keys (keys where the current table is the primary table) contained in the table.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
IReadOnlyNamedObjectCollection<ITableKeySchema> PrimaryKeys { get; } |
Visual Basic |
---|
ReadOnly Property PrimaryKeys As IReadOnlyNamedObjectCollection(Of ITableKeySchema) Get |