3 overrides of GetValue
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceColumn.cs (3)
155
override internal object
GetValue
(EntityDataSourceWrapper entity)
286
internal override object
GetValue
(EntityDataSourceWrapper entity)
408
internal override object
GetValue
(EntityDataSourceWrapper entity)
1 reference to GetValue
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperPropertyDescriptor.cs (1)
81
return _column.
GetValue
(GetWrapper(component));