EntitySetAttribute Constructor

Creates a new instance of the EntitySetAttribute.

Namespace:  System.Data.Services.Common
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    entitySet As String _
)
'Usage
Dim entitySet As String 

Dim instance As New EntitySetAttribute(entitySet)
public EntitySetAttribute(
    string entitySet
)
public:
EntitySetAttribute(
    String^ entitySet
)
new : 
        entitySet:string -> EntitySetAttribute
public function EntitySetAttribute(
    entitySet : String
)

Parameters

  • entitySet
    Type: System.String
    The entity set to which the class belongs.

See Also

Reference

EntitySetAttribute Class

System.Data.Services.Common Namespace