EdmChangedObjectCollection 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
EdmChangedObjectCollection(IEdmEntityType) |
Initializes a new instance of the EdmChangedObjectCollection class. |
EdmChangedObjectCollection(IEdmEntityType, IList<IEdmChangedObject>) |
Initializes a new instance of the EdmChangedObjectCollection class. |
EdmChangedObjectCollection(IEdmEntityType)
Initializes a new instance of the EdmChangedObjectCollection class.
public EdmChangedObjectCollection (Microsoft.OData.Edm.IEdmEntityType entityType);
new Microsoft.AspNet.OData.EdmChangedObjectCollection : Microsoft.OData.Edm.IEdmEntityType -> Microsoft.AspNet.OData.EdmChangedObjectCollection
Public Sub New (entityType As IEdmEntityType)
Parameters
- entityType
- IEdmEntityType
The Edm entity type of the collection.
Applies to
EdmChangedObjectCollection(IEdmEntityType, IList<IEdmChangedObject>)
Initializes a new instance of the EdmChangedObjectCollection class.
public EdmChangedObjectCollection (Microsoft.OData.Edm.IEdmEntityType entityType, System.Collections.Generic.IList<Microsoft.AspNet.OData.IEdmChangedObject> changedObjectList);
new Microsoft.AspNet.OData.EdmChangedObjectCollection : Microsoft.OData.Edm.IEdmEntityType * System.Collections.Generic.IList<Microsoft.AspNet.OData.IEdmChangedObject> -> Microsoft.AspNet.OData.EdmChangedObjectCollection
Public Sub New (entityType As IEdmEntityType, changedObjectList As IList(Of IEdmChangedObject))
Parameters
- entityType
- IEdmEntityType
The Edm type of the collection.
- changedObjectList
- IList<IEdmChangedObject>
The list that is wrapped by the new collection.