2012-08-06 29 views
1

任何人都可以請賜教爲什麼@_這個對象的成員之前,因爲在6小時後,我沒有任何明智之舉。非常感謝LINQ和ColumnAttribute

[global::System.Data.Linq.Mapping.ColumnAttribute(Name="[_SessionID]", Storage="__SessionID", DbType="VarChar(100)")] 
public string _SessionID 
{ 
    get 
    { 
     return [email protected]__SessionID; 
    } 
    set 
    { 
     if (([email protected]__SessionID != value)) 
     { 
      this.On_SessionIDChanging(value); 
      this.SendPropertyChanging(); 
      [email protected]__SessionID = value; 
      this.SendPropertyChanged("_SessionID"); 
      this.On_SessionIDChanged(); 
     } 
    } 
} 

回答

3

已經answered

這只是一個方式,讓聲明保留的關鍵字作爲瓦爾。

void Foo(int @string)

沒有特殊含義。