HOW TO:表示主索引鍵 (LINQ to SQL)
使用 ColumnAttribute 屬性 (Attribute) 的 LINQ to SQL IsPrimaryKey 屬性 (Property),指定屬性 (Property) 或欄位以表示資料庫資料行的主索引鍵。
如需程式碼範例,請參閱 IsPrimaryKey。
注意事項 |
---|
LINQ to SQL 不支援以計算資料行做為主索引鍵。 |
若要指定屬性或欄位做為主索引鍵
將 IsPrimaryKey 屬性 (Property) 加入至 ColumnAttribute 屬性 (Attribute)。
將值指定為 true。