The AnalyticsQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AnalyticsQuery |
Constructs a new, empty AnalyticsQuery.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Appends a Statement object to the end of the collection.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | Get |
Gets a Statement from the AnalyticsQuery.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() ![]() | parseQuery |
Parses a String form of a Statement query and
returns an instance of an AnalyticsQuery
if the query is well-formed.
|
![]() | Remove |
Removes a Statement object from the AnalyticsQuery.
|
![]() | Size |
Returns the number of Statement objects in
this AnalyticsQuery.
|
![]() | ToString |
Returns the string form of the syntax tree rooted
at this AnalyticsQuery.
(Overrides Object..::..ToString()()()().) |
![]() | ToWire |
Returns the wire form of this AnalyticsQuery.
|
![]() | ValidateSyntax |
Validates the syntax of this AnalyticsQuery.
|