C# Class Gribble.Model.Delete

Show file Open project: mikeobrien/Gribble

Public Properties

Property Type Description
AllowMultiple bool
Filter FilterType
Select Select
Table Table
Where Operator

Public Methods

Method Description
Delete ( string table, Operator where, bool allowMultiple )
Delete ( string table, Select select, bool allowMultiple )

Method Details

Delete() public method

public Delete ( string table, Operator where, bool allowMultiple )
table string
where Operator
allowMultiple bool

Delete() public method

public Delete ( string table, Select select, bool allowMultiple )
table string
select Select
allowMultiple bool

Property Details

AllowMultiple public property

public bool AllowMultiple
return bool

Filter public property

public FilterType Filter
return FilterType

Select public property

public Select,Gribble.Model Select
return Select

Table public property

public Table,Gribble.Model Table
return Table

Where public property

public Operator,Gribble.Model Where
return Operator