3 references to SingleResultAttribute
System.Data.Services (3)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
727
bool hasSingleResult =
SingleResultAttribute
.MethodHasSingleResult(method);
System\Data\Services\SingleResultAttribute.cs (2)
26
/// <summary>Declares a new <see cref="
SingleResultAttribute
"/> instance.</summary>
40
return method.GetCustomAttributes(typeof(
SingleResultAttribute
), true).Length > 0;