EdmEntityContainer(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.
Initializes a new instance of the EdmEntityContainer class.
public EdmEntityContainer (string namespaceName, string name);
new Microsoft.OData.Edm.EdmEntityContainer : string * string -> Microsoft.OData.Edm.EdmEntityContainer
Public Sub New (namespaceName As String, name As String)
Parameters
- namespaceName
- String
Namespace of the entity container.
- name
- String
Name of the entity container.