Skip to main content
.NET 6.0+

FirebirdConnectionProvider Fields

Implements data-aware operations for working with a Firebird database.
Name Description
DefaultCharacterSet Specifies the default character set for the current FirebirdConnectionProvider instance. When this field is not initialized (or set to null), the GlobalDefaultCharacterSet value is used. When both values are not specified, the UTF8 character set is used.
DefaultCommandTimeout Specifies the timeout value passed to the IDbCommand.CommandTimeout property of each created command, in seconds. Inherited from ConnectionProviderSql.
EnableConnectionStringArgumentEscaping static Inherited from ConnectionProviderSql.
GlobalDefaultCharacterSet static Specifies the default character set for all FirebirdConnectionProvider instances. When this field is not initialized (or set to null), the UTF8 character set is used. To specify the character set for a specific FirebirdConnectionProvider instance, use the DefaultCharacterSet field instead.
GlobalDefaultCommandTimeout static Specifies the timeout value passed to the IDbCommand.CommandTimeout property, in seconds. Can be overridden by the ConnectionProviderSql.DefaultCommandTimeout field. The default is 300. Inherited from ConnectionProviderSql.
GlobalQueryParameterMode static Specifies how connection providers initialize command parameters. Use the QueryParameterMode property to change this setting for a specific connection provider. Inherited from ConnectionProviderSql.
GlobalUseLegacyUntypedParameters static This property is now obsolete. Use GlobalQueryParameterMode instead. Inherited from ConnectionProviderSql.
IdentityColumnMagicName static Inherited from ConnectionProviderSql.
MaxDeadLockRetryDelayMilliseconds static Inherited from ConnectionProviderSql.
MaxDeadLockTryCount static Inherited from ConnectionProviderSql.
MaximumStringSize This member supports the internal infrastructure and is not intended to be used directly from your code.
QueryParameterMode Specifies how a connection provider initializes command parameters. Inherited from ConnectionProviderSql.
UseLegacyTimeSpanSupport static Inherited from ConnectionProviderSql.
UseLegacyUntypedParameters This property is now obsolete. Use QueryParameterMode instead. Inherited from ConnectionProviderSql.
XpoProviderTypeParameterName static Returns a parameter name used to denote a provider type in a connection string. The default value is “XpoProvider”. Inherited from DataStoreBase.
XpoProviderTypeString Gets the name of the current connection provider. This name is used internally when generating a connection string via the FirebirdConnectionProvider.GetConnectionString method.
See Also