Share via


ProcedureConfiguration.EntitySetPath Property

 

The EntitySetPathExpression that entities are returned from.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public IEnumerable<string> EntitySetPath {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    internal set;
}
public:
property IEnumerable<String^>^ EntitySetPath {
    [CompilerGeneratedAttribute]
    IEnumerable<String^>^ get();
    [CompilerGeneratedAttribute]
    internal: void set(IEnumerable<String^>^ value);
}
member EntitySetPath : IEnumerable<string> with get, internal set
Public Property EntitySetPath As IEnumerable(Of String)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.Generic.IEnumerable<String>

Returns IEnumerable<T>.

See Also

ProcedureConfiguration Class
System.Web.OData.Builder Namespace

Return to top