Свойство | Type | Description | |
---|---|---|---|
ExpectedResult | int | ||
Field | string | ||
Table | string | ||
Where | string |
Méthode | Description | |
---|---|---|
AwardCriteria ( string Table, string Field, int ExpectedResult, string Where ) |
Constructor.
|
public AwardCriteria ( string Table, string Field, int ExpectedResult, string Where ) | ||
Table | string | The table name |
Field | string | The field (column name) |
ExpectedResult | int | /// The expected result. If the result matches this result, /// the criteria is considered met /// |
Where | string | The where statement when running the query |