Search Results for

    Show / Hide Table of Contents

    Class DbIndexInfo

    Inheritance
    System.Object
    DbIndexInfo
    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: FreeSql.DatabaseModel
    Assembly: FreeSql.dll
    Syntax
    public class DbIndexInfo

    Properties

    | Improve this Doc View Source

    Columns

    Declaration
    public List<DbIndexColumnInfo> Columns { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<DbIndexColumnInfo>
    | Improve this Doc View Source

    IsUnique

    Declaration
    public bool IsUnique { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX