StructuredQuery Class
Represents an IQueryable.
Inheritance Hierarchy
System.Object
System.Web.Http.Query.StructuredQuery
Namespace: System.Web.Http.Query
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public NotInheritable Class StructuredQuery
'Usage
Dim instance As StructuredQuery
public sealed class StructuredQuery
public ref class StructuredQuery sealed
[<>]
type StructuredQuery = class end
public final class StructuredQuery
The StructuredQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StructuredQuery | Initializes a new instance of the StructuredQuery class. |
Top
Properties
Name | Description | |
---|---|---|
QueryParts | Gets or sets a list of query parts. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.