Enum Comparison
The comparison method of data.
數據比較方法。
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public enum Comparison
Fields
| Name | Description |
|---|---|
| Contains | Search keyword should be contained by value in table. |
| Equals | Search keyword should be equals to value in table. |
| Larger | Search keyword should be larger to value in table. |
| NotContains | Search keyword should not be contained by value in table. |
| NotEquals | Search keyword should not be equals to value in table. |
| NotLarger | Search keyword should not be larger to value in table. |
| NotSmaller | Search keyword should not be smaller to value in table. |
| Smaller | Search keyword should be smaller value in table. |