ADO.NET Provider for OData

Build 24.0.9175

Miscellaneous

このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。


プロパティ説明
BatchSize各バッチ操作に含まれる行の最大数を指定します。0に設定するとバッチ全体を1つのリクエストとして送信します。
ConnectionLifeTime接続の最大有効期間を秒単位で指定します。指定した時間が経過すると、provider は接続を閉じます。時間制限を設けない場合は、0または空白のままにします。
ContinueOnErrorエラーが発生した後にバッチリクエストを続行するかどうかを指定します。(OData 4.0 以降のみ。)
CookiesAllows cookies to be manually specified in name=value pairs separated by a semicolon.
CustomHeaders他のプロパティ(ContentType やFrom など)から作成されたリクエストヘッダーに追加する、追加HTTP ヘッダーを指定します。このプロパティは、特殊または非標準のAPI 用にリクエストをカスタマイズするために使用します。
CustomUrlParamsHTTP リクエストに含めるカスタムURL パラメータの文字列で、field1=value1&field2=value2&field3=value3 の形式。
DataFormatThe data format to retrieve data in. Select either ATOM or JSON.
DecodeXMLNamesUnicode 文字を含むカラム名をデコードするかどうかを指定します。
EnableAtomicBatchOperationsSpecifies whether or not batch Create, Update, and Delete (CUD) operations execute independently (if one request fails, the others in the batch continue to execute) or atomically (if one request fails, the whole batch operation fails).
ExcludeControlInformationRootTypeIndicates wheather or not the OData should use the odata.type control information for the root element.
ExpandAsteriskIndicates whether the asterisk should be expanded in the $select query parameter.
IncludeNavigationParentColumnsIndicates if navigation parent columns should be included on navigation views.
IncludeReferenceColumnAdds a input only ParentReference column for bulk INSERTs to properly associate children during a deep insert with the same parent.
MaxFilterLengthThe maximum number of characters for the $filter query parameter.
MaxRows集計やGROUP BY を使用しないクエリで返される最大行数を指定します。
MaxSelectLength$Select クエリパラメータには最大文字数制限があります。このプロパティを0 に設定すると、ドライバーが$Select パラメータをサービスに送信しなくなるため、このパラメータをサポートしていないサービスに有用です。
NavigationPropertiesAsViewsA boolean indicating navigation properties should be promoted to full views.
ODataVersion使用するODataのバージョン。デフォルトでは、providerはバージョンを自動検出しようとします。
Other特定のユースケースに対して追加の隠しプロパティを指定します。これらは通常のprovider の機能では必要ありません。複数のプロパティを定義するには、セミコロンで区切られたリストを使用します。
PagesizeOData から返される、1ページあたりの結果の最大数を指定します。この設定は、ほとんどのユースケースに最適化されている、データソースによって設定されたデフォルトのページサイズをオーバーライドします。
PoolIdleTimeout接続が閉じられるまでのプール内の最大アイドル時間を秒単位で指定します。
PoolMaxSize接続プールで許容される接続の最大数を指定します。デフォルト値は100です。プーリングを無効にするには、0または負の値に設定します。
PoolMinSize接続プールで維持される接続の最小数を指定します。デフォルト値は1です。
PoolWaitTime接続リクエストがプール内の利用可能な接続を待機する最大秒数を指定します。待ち時間がこの時間を超えるとエラーが返されます。デフォルトは60秒です。
PseudoColumnsテーブルカラムとして公開する擬似カラムを指定します。'TableName=ColumnName;TableName=ColumnName' という形式を使用します。デフォルトは空の文字列で、このプロパティを無効にします。
Readonlyprovider からOData への読み取り専用アクセスを切り替えます。
RTKprovider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ使用してください。
ServerTimeZoneThe timezone by which the server's Edm.DateTime values are represented. The value of this property will affect how Edm.DateTime filters and results are converted between the server and the client machine.
StoredProceduresAsViewsA boolean indicating if we should list stored procedures which return a collection of entities as views.
SupportsExpandWhether you need to specify the base entity's key to query navigation property views.
SupportsFilterSet this to true if your OData service supports filters.
SupportsFormulasA boolean indicating if the odata service supports server side formulas.
Timeoutprovider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。デフォルトは60秒です。タイムアウトを無効にするには0を設定します。
UseClientSidePagingSpecifies whether or not OData should return data using client-side paging, if your source supports it. If set to false, OData uses server-side paging.
UseConnectionPooling接続プーリング機能を有効にすると、provider がリクエストごとに新しい接続を作成する代わりに、既存の接続を再利用できます。
UseEtagsODataソースがEtagsを使用するかどうか。
UseIdURL特定のエンティティへの直接URLを表すID列を表示するかどうかを決定するboolean。
UserDefinedViewsカスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。
UseSimpleNamesテーブルとカラムに簡略名を使用するかどうかを決定するboolean。

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175