The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Delta<TEntityType> Constructor
Initializes a new instance of Delta<TEntityType>.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | Delta<TEntityType>() | Initializes a new instance of Delta<TEntityType>. |
![]() | Delta<TEntityType>(Type) | Initializes a new instance of Delta<TEntityType>. |
![]() | Delta<TEntityType>(Type, IEnumerable<String>) | Initializes a new instance of Delta<TEntityType>. |
Delta<TEntityType> Constructor (Type)
Initializes a new instance of Delta<TEntityType>.
Parameters
- entityType
-
Type:
System.Type
The derived entity type for which the changes would be tracked. entityType should be assignable to instances of TEntityType.
Delta<TEntityType> Constructor (Type, IEnumerable<String>)
Initializes a new instance of Delta<TEntityType>.
Parameters
- entityType
-
Type:
System.Type
The derived entity type for which the changes would be tracked. entityType should be assignable to instances of TEntityType.
- updatableProperties
-
Type:
System.Collections.Generic.IEnumerable<String>
The set of properties that can be updated or reset.
Show:
