1 implementation of GetProjectedPropertyValue
System.Data.Services (1)
System\Data\Services\Internal\ProjectedWrapper.cs (1)
109
public object
GetProjectedPropertyValue
(string propertyName)
6 references to GetProjectedPropertyValue
System.Data.Services (6)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
220
/// by calling the <see cref="IProjectedResult.
GetProjectedPropertyValue
"/> method instead of
System\Data\Services\Providers\BasicExpandProvider.cs (1)
127
/// by calling the <see cref="IProjectedResult.
GetProjectedPropertyValue
"/> method instead of
System\Data\Services\Providers\IProjectionProvider.cs (1)
48
/// by calling the <see cref="IProjectedResult.
GetProjectedPropertyValue
"/> method instead of
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
235
/// by calling the <see cref="IProjectedResult.
GetProjectedPropertyValue
"/> method instead of
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
136
/// by calling the <see cref="IProjectedResult.
GetProjectedPropertyValue
"/> method instead of
System\Data\Services\WebUtil.cs (1)
1499
object result = projectedResult.
GetProjectedPropertyValue
(propertyName ?? resourceProperty.Name);