1 write to memberPath
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
119this.memberPath = memberPath;
9 references to memberPath
System.Web.Entity (9)
System\Data\WebControls\EntityDataSourceColumn.cs (9)
127return this.memberPath.IsInteresting; 142get { return memberPath.IsNullable; } 147get { return memberPath.IsScalar; } 152get { return this.memberPath.ClrType; } 157return this.memberPath.GetValue(entity); 162this.memberPath.SetValue(entity, value); 167return this.memberPath.GetEntitySqlValue(); 172return this.memberPath.ToString(); 180get { return memberPath.IsKey; }