Class NPocoSqlExtensions.SqlUpd<TDto>
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class SqlUpd<TDto>
Type Parameters
Constructors
SqlUpd(ISqlContext)
Declaration
public SqlUpd(ISqlContext sqlContext)
Parameters
Type |
Name |
Description |
ISqlContext |
sqlContext |
|
Properties
SetExpressions
Declaration
public List<Tuple<string, object>> SetExpressions { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Tuple<System.String, System.Object>> |
|
Methods
Set(Expression<Func<TDto, Object>>, Object)
Declaration
public NPocoSqlExtensions.SqlUpd<TDto> Set(Expression<Func<TDto, object>> fieldSelector, object value)
Parameters
Type |
Name |
Description |
Expression<System.Func<TDto, System.Object>> |
fieldSelector |
|
System.Object |
value |
|
Returns