Share via


Delta<TEntityType>.ExpectedClrType Property

 

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public override Type ExpectedClrType { get; }
public:
property Type^ ExpectedClrType {
    virtual Type^ get() override;
}
override ExpectedClrType : Type with get
Public Overrides ReadOnly Property ExpectedClrType As Type

Property Value

Type: System.Type

See Also

Delta<TEntityType> Class
System.Web.OData Namespace

Return to top