如何:表示主键 (LINQ to SQL)
更新:November 2007
使用 ColumnAttribute 属性 (Attribute) 的 LINQ to SQL IsPrimaryKey 属性 (Property) 可指定属性 (Property) 或字段表示数据库列的主键。
有关代码示例,请参见IsPrimaryKey。
说明: |
---|
LINQ to SQL 不支持作为主键的计算所得列。 |
将属性或字段指定为主键
将 IsPrimaryKey 属性 (Property) 添加到 ColumnAttribute 属性 (Attribute)。
将其值指定为 true。