EdmEntityObject 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
EdmEntityObject(IEdmEntityType) |
Initializes a new instance of the EdmEntityObject class. |
EdmEntityObject(IEdmEntityTypeReference) |
Initializes a new instance of the EdmEntityObject class. |
EdmEntityObject(IEdmEntityType, Boolean) |
Initializes a new instance of the EdmEntityObject class. |
EdmEntityObject(IEdmEntityType)
Initializes a new instance of the EdmEntityObject class.
public EdmEntityObject (Microsoft.OData.Edm.IEdmEntityType edmType);
new Microsoft.AspNet.OData.EdmEntityObject : Microsoft.OData.Edm.IEdmEntityType -> Microsoft.AspNet.OData.EdmEntityObject
Public Sub New (edmType As IEdmEntityType)
Parameters
- edmType
- IEdmEntityType
The IEdmEntityType of this object.
Applies to
EdmEntityObject(IEdmEntityTypeReference)
Initializes a new instance of the EdmEntityObject class.
public EdmEntityObject (Microsoft.OData.Edm.IEdmEntityTypeReference edmType);
new Microsoft.AspNet.OData.EdmEntityObject : Microsoft.OData.Edm.IEdmEntityTypeReference -> Microsoft.AspNet.OData.EdmEntityObject
Public Sub New (edmType As IEdmEntityTypeReference)
Parameters
- edmType
- IEdmEntityTypeReference
The IEdmEntityTypeReference of this object.
Applies to
EdmEntityObject(IEdmEntityType, Boolean)
Initializes a new instance of the EdmEntityObject class.
public EdmEntityObject (Microsoft.OData.Edm.IEdmEntityType edmType, bool isNullable);
new Microsoft.AspNet.OData.EdmEntityObject : Microsoft.OData.Edm.IEdmEntityType * bool -> Microsoft.AspNet.OData.EdmEntityObject
Public Sub New (edmType As IEdmEntityType, isNullable As Boolean)
Parameters
- edmType
- IEdmEntityType
The IEdmEntityType of this object.
- isNullable
- Boolean
true if this object can be nullable; otherwise, false.