Show / Hide Table of Contents

Class QueryableInfo<T>

Inheritance
object
QueryableInfo<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.CosmosDb.Repositories
Assembly: Benday.CosmosDb.dll
Syntax
public class QueryableInfo<T> where T : class, ICosmosIdentity, new()
Type Parameters
Name Description
T

Constructors

| Edit this page View Source

QueryableInfo(PartitionKey, IOrderedQueryable<T>)

Declaration
public QueryableInfo(PartitionKey partitionKey, IOrderedQueryable<T> queryable)
Parameters
Type Name Description
PartitionKey partitionKey
IOrderedQueryable<T> queryable

Properties

| Edit this page View Source

PartitionKey

Declaration
public PartitionKey PartitionKey { get; }
Property Value
Type Description
PartitionKey
| Edit this page View Source

Queryable

Declaration
public IOrderedQueryable<T> Queryable { get; }
Property Value
Type Description
IOrderedQueryable<T>
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com