ITable.PrimaryKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the primary key for this table.
[System.Runtime.CompilerServices.Nullable(2)]
public Microsoft.EntityFrameworkCore.Metadata.IPrimaryKeyConstraint? PrimaryKey { get; }
public Microsoft.EntityFrameworkCore.Metadata.IPrimaryKeyConstraint PrimaryKey { get; }
public Microsoft.EntityFrameworkCore.Metadata.IPrimaryKeyConstraint? PrimaryKey { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.PrimaryKey : Microsoft.EntityFrameworkCore.Metadata.IPrimaryKeyConstraint
member this.PrimaryKey : Microsoft.EntityFrameworkCore.Metadata.IPrimaryKeyConstraint
Public ReadOnly Property PrimaryKey As IPrimaryKeyConstraint
Property Value
- Attributes