ODataQueryBuilder Members

ODataQueryBuilder represents OData specific Query builder used for building Object model queries.

The following tables list the members exposed by the ODataQueryBuilder type.

Public Constructors

  Name Description
  ODataQueryBuilder  

Top

Public Properties

  Name Description
public property Keys Stores keys that were passed to the cmdlet.
public property ReferredResource Holds name of referred resource for Get association cmdlet

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddQueryOption  Adds a query option. Introduced in Windows PowerShell 3.0. (Inherited from QueryBuilder)
public method Equals  (Inherited from Object)
public method ExcludeByProperty  Modifies the query so that it does not return objects with a given property value. Introduced in Windows PowerShell 3.0. (Inherited from QueryBuilder)
public method FilterByAssociatedInstance  Modifies the query so that it returns only objects associated with an instance. Introduced in Windows PowerShell 3.0. (Inherited from QueryBuilder)
public method FilterByMaxPropertyValue  Modifies the query so that it returns only objects that have a property value less than or equal to a value. Introduced in Windows PowerShell 3.0. (Inherited from QueryBuilder)
public method FilterByMinPropertyValue  Modifies the query so that it returns only objects that have a property value greater than or equal to a value. Introduced in Windows PowerShell 3.0. (Inherited from QueryBuilder)
public method FilterByProperty Overridden. Adds key properties. Each property has a single value (first).
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

(see also Extension Methods)

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

Extension Methods

  Name Description
public extension method As  Use this method to adapt an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  This is called to adapt an object from a foreign app domain to a known interface in this appDomainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  Adapts an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  Use this method to adapt and extend an object so that you can pass it to a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  This is called to adapt and extend an object that we wish to pass to a foreign app domainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  Used to extend an object with an interface from a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method ToEnumerable  This element is introduced in Windows PowerShell 5.0. (Defined by CollectionExtensions.)

Top

See Also

Reference

ODataQueryBuilder Class
Microsoft.PowerShell.Cmdletization.OData Namespace