Show / Hide Table of Contents

Class DbStatistic

Represents statistics from the database.

Inheritance
Object
DbStatistic
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.EntityFrameworkCore
Assembly: IRM.AspNetCore.Identity.EntityFrameworkCore.dll
Syntax
public class DbStatistic

Properties

Name

The name of the statistics.

Declaration
public string Name { get; set; }
Property Value
String

Schema

The schema for the Table.

Declaration
public string Schema { get; set; }
Property Value
String

Table

The table that the index belongs to.

Declaration
public string Table { get; set; }
Property Value
String

Methods

IsForIndex(DbIndex)

Gets if the statistics is for index.

Declaration
public bool IsForIndex(DbIndex index)
Parameters
DbIndex index

The DbIndex to check.

Returns
Boolean

true if this statistic is for the supplied index; otherwise false.

Back to top Generated by DocFX