View Source
  Class NPocoSqlExtensions.SqlUpd<TDto>
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class SqlUpd<TDto>
   
  Type Parameters
  
  Constructors
  
  
    View Source
  
  SqlUpd(ISqlContext)
  
  
  Declaration
  
    public SqlUpd(ISqlContext sqlContext)
   
  Parameters
  
  Properties
  
  
    View Source
  
  SetExpressions
  
  
  Declaration
  
    public List<Tuple<string, object>> SetExpressions { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<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<Func<TDto, System.Object>> | fieldSelector |  | 
      
        | System.Object | value |  | 
    
  
  Returns