C# Class Gribble.Model.Delete

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

public bool AllowMultiple
return bool

Filter public_oe property

public FilterType Filter
return FilterType

Select public_oe property

public Select,Gribble.Model Select
return Select

Table public_oe property

public Table,Gribble.Model Table
return Table

Where public_oe property

public Operator,Gribble.Model Where
return Operator