如何:将列表示为时间戳列或版本列
使用 ColumnAttribute 特性的 LINQ to SQL IsVersion 属性,以将字段或属性指定为表示保存数据库时间戳或版本号的数据库列。
有关代码示例,请参见IsVersion。
将字段或属性指定为表示时间戳列或版本列
将 IsVersion 属性 (Property) 添加到 ColumnAttribute 属性 (Attribute)。
将 IsVersion 属性值设置为
true
。
使用 ColumnAttribute 特性的 LINQ to SQL IsVersion 属性,以将字段或属性指定为表示保存数据库时间戳或版本号的数据库列。
有关代码示例,请参见IsVersion。
将 IsVersion 属性 (Property) 添加到 ColumnAttribute 属性 (Attribute)。
将 IsVersion 属性值设置为 true
。