Search Results for

    Show / Hide Table of Contents

    Interface IValueConverter

    Defines conversions from an object of one type in a model to an object of the same or different type in the database.

    Namespace: LinqToDB.Common
    Assembly: linq2db.dll
    Syntax
    public interface IValueConverter

    Properties

    | Improve this Doc View Source

    FromProviderExpression

    Gets the expression to convert objects when reading data from the database.

    Declaration
    LambdaExpression FromProviderExpression { get; }
    Property Value
    Type Description
    LambdaExpression
    | Improve this Doc View Source

    HandlesNulls

    Identifies that convert expressions can handle null values.

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

    ToProviderExpression

    Gets the expression to convert objects when writing data to the database.

    Declaration
    LambdaExpression ToProviderExpression { get; }
    Property Value
    Type Description
    LambdaExpression

    Extension Methods

    Map.DeepCopy<T>(T)
    Sql.IsDistinctFrom<T>(T, T)
    Sql.IsNotDistinctFrom<T>(T, T)
    SqlExtensions.In<T>(T, IEnumerable<T>)
    SqlExtensions.In<T>(T, IQueryable<T>)
    SqlExtensions.In<T>(T, T[])
    SqlExtensions.In<T>(T, T, T)
    SqlExtensions.In<T>(T, T, T, T)
    SqlExtensions.NotIn<T>(T, IEnumerable<T>)
    SqlExtensions.NotIn<T>(T, IQueryable<T>)
    SqlExtensions.NotIn<T>(T, T[])
    SqlExtensions.NotIn<T>(T, T, T)
    SqlExtensions.NotIn<T>(T, T, T, T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2022 linq2db.com

    Generated by DocFX