1 write to property
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
42
this.
property
= property;
6 references to property
System.Web.Entity (6)
System\Data\WebControls\EntityDataSourceMemberPath.cs (6)
52
this.propertyInfo = EntityDataSourceUtil.GetPropertyInfo(parentClrType, this.
property
.Name);
63
return prefix + this.
property
.Name;
91
get { return this.
property
.Nullable; }
96
get { return EntityDataSourceUtil.IsScalar(this.
property
.TypeUsage.EdmType); }
183
string eSql = prefix + "." + EntityDataSourceUtil.QuoteEntitySqlIdentifier(this.
property
.Name);
202
return prefix + this.
property
.Name;