Search Results for

    Show / Hide Table of Contents

    Class DbToCs

    Inheritance
    System.Object
    DbToCs
    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 DbToCs

    Constructors

    | Improve this Doc View Source

    DbToCs(String, String, String, String, Type, Type, String, String)

    Declaration
    public DbToCs(string csConvert, string csParse, string csStringify, string csType, Type csTypeInfo, Type csNullableTypeInfo, string csTypeValue, string dataReaderMethod)
    Parameters
    Type Name Description
    System.String csConvert
    System.String csParse
    System.String csStringify
    System.String csType
    System.Type csTypeInfo
    System.Type csNullableTypeInfo
    System.String csTypeValue
    System.String dataReaderMethod

    Properties

    | Improve this Doc View Source

    csConvert

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

    csNullableTypeInfo

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

    csParse

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

    csStringify

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

    csType

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

    csTypeInfo

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

    csTypeValue

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

    dataReaderMethod

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