Table of Contents

Namespace YndigoBlue.Velocity.Enums

Enums

AggregateType

Specifies SQL aggregate functions for summarizing data.

ArithmeticType

Specifies arithmetic operations and operators used in expressions and calculations.

BindingType

Specifies how C# object properties are mapped to database column names.

BlobHandlingType

Specifies how blob (binary) columns are handled during CSV import and export.

BooleanType

Specifies logical boolean operators for combining filter conditions.

CheckConstraintType

Specifies the type of element that can appear in a check constraint definition.

CheckOperatorType

Specifies the operators that can be used within check constraint expressions.

CommandType

Specifies the type of database operation command to be executed.

ConditionalType

Specifies the comparison operator used in WHERE clause conditions and query filters.

ConfigType

Specifies the file format for schema configuration files.

ConstraintType

Specifies the type of database constraint.

DataType

Defines the data types supported by Velocity across different database systems.

DatasourceType

Specifies the type of database system that Velocity will connect to.

DateFormatType

Specifies the date format to use when parsing and formatting dates.

DatePart

Specifies the component of a date or time value used in date arithmetic functions such as DateAdd and DateDiff.

DefaultConstraintType

Specifies the type of value that can be assigned as a default in a default constraint.

FilterItemType

Specifies the type of item that can appear in a filter expression.

ForeignKeyRuleType

Specifies the referential action to take when a referenced row is updated or deleted.

FunctionType

Specifies database functions supported by Velocity across different database systems.

IndexOrderType

Specifies the sort order for columns in an index.

JoinOperatorType

Specifies the comparison operator used in JOIN conditions.

JoinType

Specifies the type of SQL JOIN operation to perform between tables.

OrderClauseType

Specifies the sort direction for columns in an ORDER BY clause.

OriginType

Specifies the source from which a schema was loaded or created.

SslMode

Specifies the SSL/TLS encryption and certificate verification mode for database connections.

UnitOfMeasure

Specifies units of measurement for spatial distance calculations.

ViewType

Specifies how a database view is defined and generated.