C# Class NetBase.Sql.Where

Stores details of where clauses. Actually, having the filter function in here is not consistent with the rest of the query engine, where the actual functionality is in the "executive" namespace
Afficher le fichier Open project: buttonpusher/NetBase Class Usage Examples

Méthodes publiques

Свойство Type Description
Field string
Value string

Méthodes publiques

Méthode Description
Filter ( Row r ) : bool

Method Details

Filter() public méthode

public Filter ( Row r ) : bool
r NetBase.Storage.Row
Résultat bool

Property Details

Field public_oe property

public string Field
Résultat string

Value public_oe property

public string Value
Résultat string