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
显示文件 Open project: buttonpusher/NetBase Class Usage Examples

Public Properties

Property Type Description
Field string
Value string

Public Methods

Method Description
Filter ( Row r ) : bool

Method Details

Filter() public method

public Filter ( Row r ) : bool
r NetBase.Storage.Row
return bool

Property Details

Field public_oe property

public string Field
return string

Value public_oe property

public string Value
return string