共用方式為


作法:指定私用儲存欄位

DataAttribute 屬性 (Attribute) 上使用 LINQ to SQL Storage 屬性 (Property),以指定基礎儲存欄位的名稱。

如需程式碼範例,請參閱 Storage

若要指定基礎儲存欄位的名稱

  1. Storage 屬性 (Property) 加入至 ColumnAttribute 屬性 (Attribute)。

  2. 指定欄位名稱做為 Storage 屬性 (Property) 的值。

另請參閱