ADO.NET Provider for CData Connect

Build 23.0.8839

Miscellaneous

This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.


PropertyDescription
BatchSizeThe maximum size of each batch operation to submit.
ConnectClientThe name of the client connecting to Connect Cloud. Optional.
ConnectionLifeTimeThe maximum lifetime of a connection in seconds. Once the time has elapsed, the connection object is disposed.
DefaultCatalogThe default catalog.
DefaultSchemaThe default schema.
MaxRowsLimits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses.
OtherThese hidden properties are used only in specific use cases.
PoolIdleTimeoutThe allowed idle time for a connection before it is closed.
PoolMaxSizeThe maximum connections in the pool.
PoolMinSizeThe minimum number of connections in the pool.
PoolWaitTimeThe max seconds to wait for an available connection.
PseudoColumnsThis property indicates whether or not to include pseudo columns as columns to the table.
QueryPassthroughThis option passes the query to the CData Connect server as is.
RTKThe runtime key used for licensing.
StreamMaxRowsSpecify the the row size of every batch in the Steam mode, the default value is 5000;.
TimeoutThe query timeout.
UseConnectionPoolingThis property enables connection pooling.
UseStreamModeSpecify whether or not use the Stream mode when executing queries, it's enabled by default.
WorkspaceSpecify the workspace to connect with.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839