Table of Contents

Enum SqlWhereFilterMode

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Indicates how a WHERE filter is incorporated into an SQL statement.

public enum SqlWhereFilterMode
Extension Methods

Fields

Inline = 1

The filter is incorporated directly (inline) into the SQL text.

None = 0

No WHERE filter is applied.

Parameterized = 2

The filter is incorporated using parameters.