EdmInclude(String, String) Constructor
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.
constructor.
public EdmInclude (string alias, string namespaceIncluded);
new Microsoft.OData.Edm.EdmInclude : string * string -> Microsoft.OData.Edm.EdmInclude
Public Sub New (alias As String, namespaceIncluded As String)
Parameters
- alias
- String
The alias.
- namespaceIncluded
- String
The namespace.