Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the expected type of the entity for which the changes are tracked.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public abstract Type ExpectedClrType { get; }
public:
property Type^ ExpectedClrType {
virtual Type^ get() abstract;
}
abstract ExpectedClrType : Type with get
Public MustOverride ReadOnly Property ExpectedClrType As Type
Property Value
Type: System.Type
See Also
TypedDelta Class
System.Web.Http.OData Namespace
Return to top