Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AdoNetInvariants Class

Definition

Namespace:
Orleans.SqlUtils
Assembly:
OrleansSQLUtils.dll
Package:
Microsoft.Orleans.OrleansSqlUtils v1.5.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

A holder for well known, vendor specific connector class invariant names.

public static class AdoNetInvariants
type AdoNetInvariants = class
Public Class AdoNetInvariants
Inheritance
AdoNetInvariants

Fields

Name Description
InvariantNameMySql

MySql invariant name string.

InvariantNameOracleDatabase

Oracle Database server invariant name string.

InvariantNamePostgreSql

PostgreSQL invariant name string.

InvariantNameSqlLite

SQLite invariant name string.

InvariantNameSqlServer

Microsoft SQL Server invariant name string.

Properties

Name Description
Invariants

A list of the supported invariants.

Applies to