Class DbStatistic
Represents statistics from the database.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
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
Schema
Table
The table that the index belongs to.
Declaration
public string Table { get; set; }
Property Value
String
|