SelectAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]