Class QueryResponseMessage
A query response message.
Inheritance
System.Object
QueryResponseMessage
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 QueryResponseMessage : IResponse, IMessage
Properties
| Improve this Doc View SourceEntities
Gets or sets the entities.
Declaration
public object[] Entities { get; set; }
Property Value
Type | Description |
---|---|
System.Object[] | The entities. |