IUniqueConstraint 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示唯一的條件約束。
public interface IUniqueConstraint : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable
type IUniqueConstraint = interface
interface IAnnotatable
type IUniqueConstraint = interface
interface IAnnotatable
interface IReadOnlyAnnotatable
Public Interface IUniqueConstraint
Implements IAnnotatable
- 衍生
- 實作
備註
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。
屬性
Columns |
取得參與唯一條件約束的資料行。 |
Item[String] |
取得具有指定名稱的注釋值,如果不存在,則傳 |
MappedKeys |
取得對應的索引鍵。 |
Name |
取得唯一條件約束的名稱。 |
Table |
取得上具有唯一條件約束的資料表。 |
方法
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有批註的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
GetIsPrimaryKey(IUniqueConstraint) |
取得值,指出這個條件約束是否為主鍵。 |
ToDebugString(IUniqueConstraint, MetadataDebugStringOptions, Int32) |
建立人類可讀取的指定中繼資料標記法。 警告:請勿依賴傳回字串的格式。 它是專為偵錯而設計,而且可能會在發行之間任意變更。 |