作法:將資料行表示為時間戳記或版本資料行
使用 ColumnAttribute 屬性 (Attribute) 的 LINQ to SQL IsVersion 屬性 (Property),指定欄位或屬性 (Property) 以表示可保存資料庫時間戳記或版本號碼的資料庫資料行。
如需程式碼範例,請參閱 IsVersion。
若要指定欄位或屬性以表示時間戳記或版本資料行
將 IsVersion 屬性 (Property) 加入至 ColumnAttribute 屬性 (Attribute)。
將 IsVersion 屬性 (Property) 值設定為
true
。