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