C# Class Gribble.Model.Delete

Afficher le fichier Open project: mikeobrien/Gribble

Méthodes publiques

Свойство Type Description
AllowMultiple bool
Filter FilterType
Select Select
Table Table
Where Operator

Méthodes publiques

Méthode Description
Delete ( string table, Operator where, bool allowMultiple )
Delete ( string table, Select select, bool allowMultiple )

Method Details

Delete() public méthode

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

Delete() public méthode

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

Property Details

AllowMultiple public_oe property

public bool AllowMultiple
Résultat bool

Filter public_oe property

public FilterType Filter
Résultat FilterType

Select public_oe property

public Select,Gribble.Model Select
Résultat Select

Table public_oe property

public Table,Gribble.Model Table
Résultat Table

Where public_oe property

public Operator,Gribble.Model Where
Résultat Operator