Back to Devexpress

AccessConnectionProvider Fields

xpo-devexpress-dot-xpo-dot-db-dot-accessconnectionprovider-dot-underscore-fields.md

latest5.5 KB
Original Source

AccessConnectionProvider Fields

Implements data-aware operations for working with Microsoft Access databases.

NameDescription
DefaultCommandTimeoutSpecifies the timeout value passed to the IDbCommand.CommandTimeout property of each created command, in seconds. Inherited from ConnectionProviderSql.
EnableConnectionStringArgumentEscaping staticInherited from ConnectionProviderSql.
GlobalDefaultCommandTimeout staticSpecifies 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 staticSpecifies how connection providers initialize command parameters. Use the QueryParameterMode property to change this setting for a specific connection provider. Inherited from ConnectionProviderSql.
GlobalUseLegacyDateOnlyAndTimeOnlySupport staticInherited from ConnectionProviderSql.
GlobalUseLegacyUntypedParameters staticThis property is now obsolete. Use GlobalQueryParameterMode instead. Inherited from ConnectionProviderSql.
IdentityColumnMagicName staticInherited from ConnectionProviderSql.
MaxDeadLockRetryDelayMilliseconds staticInherited from ConnectionProviderSql.
MaxDeadLockTryCount staticInherited from ConnectionProviderSql.
MaximumStringSizeThis member supports the internal infrastructure and is not intended to be used directly from your code.
QueryParameterModeSpecifies how a connection provider initializes command parameters. Inherited from ConnectionProviderSql.
SortColumnsAlphabetically staticSpecifies how to order columns retrieved via the GetStorageTables and OleDBConnectionProvider.GetTableSchema methods. By default, this field is set to true , and the columns are listed alphabetically. If the field is set to false , the columns are returned as they appear in the database. Inherited from OleDBConnectionProvider.
UseLegacyTimeSpanSupport staticInherited from ConnectionProviderSql.
UseLegacyUntypedParametersThis property is now obsolete. Use QueryParameterMode instead. Inherited from ConnectionProviderSql.
XpoProviderTypeParameterName staticReturns a parameter name used to denote a provider type in a connection string. The default value is “XpoProvider”. Inherited from DataStoreBase.
XpoProviderTypeStringGets the name of the current connection provider. This name is used internally when generating a connection string via the AccessConnectionProvider.GetConnectionString method.

See Also

AccessConnectionProvider Class

AccessConnectionProvider Members

DevExpress.Xpo.DB Namespace