ExpandAttribute 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
ExpandAttribute() |
Initializes a new instance of the ExpandAttribute class. |
ExpandAttribute(String[]) |
Initializes a new instance of the ExpandAttribute class with the name of allowed expand properties. |
ExpandAttribute()
Initializes a new instance of the ExpandAttribute class.
public ExpandAttribute ();
Public Sub New ()
Applies to
ExpandAttribute(String[])
Initializes a new instance of the ExpandAttribute class with the name of allowed expand properties.
public ExpandAttribute (params string[] properties);
new Microsoft.AspNet.OData.Query.ExpandAttribute : string[] -> Microsoft.AspNet.OData.Query.ExpandAttribute
Public Sub New (ParamArray properties As String())
Parameters
- properties
- String[]