Class QueryMessage
A query message.
Inheritance
System.Object
QueryMessage
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Endpoints
Assembly: Kephas.Data.Endpoints.dll
Syntax
public class QueryMessage : IMessage
Properties
| Improve this Doc View SourceOptions
Gets or sets options for controlling the operation.
Declaration
public object Options { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The options. |
Query
Gets or sets the query to be executed.
Declaration
public ClientQuery Query { get; set; }
Property Value
Type | Description |
---|---|
ClientQuery | The query to be executed. |