C# Class Gribble.Model.Update

Show file Open project: mikeobrien/Gribble

Public Properties

Property Type Description
Assignment object>.IDictionary
Table Table
Where Operator

Public Methods

Method Description
Update ( object>.IEnumerable assignement, string table, Operator where ) : System.Collections.Generic

Method Details

Update() public method

public Update ( object>.IEnumerable assignement, string table, Operator where ) : System.Collections.Generic
assignement object>.IEnumerable
table string
where Operator
return System.Collections.Generic

Property Details

Assignment public property

public IDictionary Assignment
return object>.IDictionary

Table public property

public Table,Gribble.Model Table
return Table

Where public property

public Operator,Gribble.Model Where
return Operator