ODataQueryOptions<TEntity>.IfMatch Property
Gets the ETag<TEntity> from IfMatch header, if any.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ETag<TEntity> IfMatch { get; }
public:
property ETag<TEntity>^ IfMatch {
ETag<TEntity>^ get();
}
member IfMatch : ETag<'TEntity> with get
Public ReadOnly Property IfMatch As ETag(Of TEntity)
Property Value
Type: System.Web.Http.OData.Formatter.ETag<TEntity>
See Also
ODataQueryOptions<TEntity> Class
System.Web.Http.OData.Query Namespace
Return to top