EntitySetPathSegment Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod EntitySetPathSegment(IEdmEntitySetBase)

Initializes a new instance of the EntitySetPathSegment class.

System_CAPS_pubmethod EntitySetPathSegment(String)

Initializes a new instance of the EntitySetPathSegment class.

See Also

EntitySetPathSegment Class
System.Web.OData.Routing Namespace

Return to top

EntitySetPathSegment Constructor (IEdmEntitySetBase)

Initializes a new instance of the EntitySetPathSegment class.

Syntax

public EntitySetPathSegment(
    IEdmEntitySetBase entitySet
)
public:
EntitySetPathSegment(
    IEdmEntitySetBase^ entitySet
)
new : 
        entitySet:IEdmEntitySetBase -> EntitySetPathSegment
Public Sub New (
    entitySet As IEdmEntitySetBase
)

Parameters

Return to top

EntitySetPathSegment Constructor (String)

Initializes a new instance of the EntitySetPathSegment class.

Syntax

public EntitySetPathSegment(
    string entitySetName
)
public:
EntitySetPathSegment(
    String^ entitySetName
)
new : 
        entitySetName:string -> EntitySetPathSegment
Public Sub New (
    entitySetName As String
)

Parameters

Return to top