Show / Hide Table of Contents

Class ReturnFields

Predicate denoting the fields that will be returned from redis.

Inheritance
System.Object
QueryOption
ReturnFields
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 Source

ReturnFields(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX