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