Search Results for

    Show / Hide Table of Contents

    Class IndexColumnInfo

    Inheritance
    System.Object
    IndexColumnInfo
    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.Internal.Model
    Assembly: FreeSql.dll
    Syntax
    public class IndexColumnInfo

    Properties

    | Improve this Doc View Source

    Column

    Declaration
    public ColumnInfo Column { get; set; }
    Property Value
    Type Description
    ColumnInfo
    | Improve this Doc View Source

    IsDesc

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