Share via


SelectAttribute Constructors

Definition

Overloads

SelectAttribute()

Initializes a new instance of the SelectAttribute class.

SelectAttribute(String[])

Initializes a new instance of the SelectAttribute class with the name of allowed select properties.

SelectAttribute()

Initializes a new instance of the SelectAttribute class.

public SelectAttribute ();
Public Sub New ()

Applies to

SelectAttribute(String[])

Initializes a new instance of the SelectAttribute class with the name of allowed select properties.

public SelectAttribute (params string[] properties);
new Microsoft.AspNet.OData.Query.SelectAttribute : string[] -> Microsoft.AspNet.OData.Query.SelectAttribute
Public Sub New (ParamArray properties As String())

Parameters

properties
String[]

Applies to