Base:
method
InternalGetProjectedPropertyValue
System.Data.Services.Internal.ProjectedWrapper.InternalGetProjectedPropertyValue(System.Int32)
1 override of InternalGetProjectedPropertyValue
System.Data.Services (1)
System\Data\Services\Internal\ProjectedWrapper.cs (1)
872protected override object InternalGetProjectedPropertyValue(int propertyIndex)
1 reference to InternalGetProjectedPropertyValue
System.Data.Services (1)
System\Data\Services\Internal\ProjectedWrapper.cs (1)
857return this.Next.InternalGetProjectedPropertyValue(propertyIndex - 8);