このオブジェクトのメンバーの前で @_ が何を意味するのか、誰か教えてください。どうもありがとう
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="[_SessionID]", Storage="__SessionID", DbType="VarChar(100)")]
public string _SessionID
{
get
{
return this.@__SessionID;
}
set
{
if ((this.@__SessionID != value))
{
this.On_SessionIDChanging(value);
this.SendPropertyChanging();
this.@__SessionID = value;
this.SendPropertyChanged("_SessionID");
this.On_SessionIDChanged();
}
}
}