Class ReturnFields
Predicate denoting the fields that will be returned from redis.
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: Redis.OM.Searching.Query
Assembly: Redis.OM.dll
Syntax
public class ReturnFields : QueryOption
Constructors
| Improve this Doc View SourceReturnFields(IEnumerable<String>)
Initializes a new instance of the ReturnFields class.
Declaration
public ReturnFields(IEnumerable<string> fields)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | fields | the fields to return. |