C# Class Gribble.Model.Update

ファイルを表示 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_oe property

public IDictionary Assignment
return object>.IDictionary

Table public_oe property

public Table,Gribble.Model Table
return Table

Where public_oe property

public Operator,Gribble.Model Where
return Operator