Show / Hide Table of Contents

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.
搜尋關鍵字需要小於表格內的值。

In This Article
Back to top Generated by DocFX