FilterClause.ItemType Property

Gets the type of item returned by this clause.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property ItemType As IEdmTypeReference 
    Get
'Usage
Dim instance As FilterClause 
Dim value As IEdmTypeReference 

value = instance.ItemType
public IEdmTypeReference ItemType { get; }
public:
property IEdmTypeReference^ ItemType {
    IEdmTypeReference^ get ();
}
member ItemType : IEdmTypeReference
function get ItemType () : IEdmTypeReference

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference
The type of item returned by this clause.

See Also

Reference

FilterClause Class

Microsoft.Data.OData.Query.SemanticAst Namespace