1 write to _property
System.Data.Entity (1)
System\Data\Objects\FieldDescriptor.cs (1)
43
_property
= property;
5 references to _property
System.Data.Entity (5)
System\Data\Objects\FieldDescriptor.cs (5)
45
_fieldType = DetermineClrType(
_property
.TypeUsage);
109
get { return
_property
; }
143
propertyValue = (dbDataRecord.GetValue(dbDataRecord.GetOrdinal(
_property
.Name)));
147
propertyValue = LightweightCodeGenerator.GetValue(
_property
, item);
166
LightweightCodeGenerator.SetValue(
_property
, item, value);