Share via


TypedDelta.ExpectedClrType Property

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

'Declaration
Public MustOverride ReadOnly Property ExpectedClrType As Type 
    Get
'Usage
Dim instance As TypedDelta 
Dim value As Type 

value = instance.ExpectedClrType
public abstract Type ExpectedClrType { get; }
public:
virtual property Type^ ExpectedClrType {
    Type^ get () abstract;
}
abstract ExpectedClrType : Type
abstract function get ExpectedClrType () : Type

Property Value

Type: System.Type

See Also

Reference

TypedDelta Class

System.Web.Http.OData Namespace