2012-08-06 37 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)

没有特殊含义。