Search Results for

    Show / Hide Table of Contents
    View Source

    Class NPocoSqlExtensions.SqlUpd<TDto>

    Inheritance
    System.Object
    Namespace: Umbraco.Core.Persistence
    Assembly: Umbraco.Core.dll
    Syntax
    public class SqlUpd<TDto>
    Type Parameters
    Name Description
    TDto

    Constructors

    View Source

    SqlUpd(ISqlContext)

    Declaration
    public SqlUpd(ISqlContext sqlContext)
    Parameters
    Type Name Description
    ISqlContext sqlContext

    Properties

    View Source

    SetExpressions

    Declaration
    public List<Tuple<string, object>> SetExpressions { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Tuple<System.String, System.Object>>

    Methods

    View Source

    Set(Expression<Func<TDto, Object>>, Object)

    Declaration
    public NPocoSqlExtensions.SqlUpd<TDto> Set(Expression<Func<TDto, object>> fieldSelector, object value)
    Parameters
    Type Name Description
    System.Linq.Expressions.Expression<System.Func<TDto, System.Object>> fieldSelector
    System.Object value
    Returns
    Type Description
    NPocoSqlExtensions.SqlUpd<TDto>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SqlUpd(ISqlContext)
    • Properties
      • SetExpressions
    • Methods
      • Set(Expression<Func<TDto, Object>>, Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX