Search Results for

    Show / Hide Table of Contents

    Class CodeFirstProvider.TypeAndName

    Inheritance
    System.Object
    CodeFirstProvider.TypeAndName
    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.CommonProvider
    Assembly: FreeSql.dll
    Syntax
    public class TypeAndName

    Constructors

    | Improve this Doc View Source

    TypeAndName(Type, String)

    Declaration
    public TypeAndName(Type entityType, string tableName)
    Parameters
    Type Name Description
    System.Type entityType
    System.String tableName

    Properties

    | Improve this Doc View Source

    entityType

    Declaration
    public Type entityType { get; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    tableName

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