ADO.NET Provider for REST

Build 23.0.8839

接続の確立

XML/JSON/CSV データのモデル化

DataModel プロパティは、データをテーブルにどのように表現するかを制御するプロパティです。

  • Document (デフォルト):REST データのトップレベルのドキュメントビューをモデル化します。本製品 は、ネストされたオブジェクト配列を集約されたXML/JSON/CSV オブジェクトとして返します。
  • FlattenedDocuments:ネストされた配列オブジェクトと親オブジェクトを、単一テーブルに暗黙的に結合します。
  • Relational:ネストされたオブジェクト配列を、親ドキュメントにリンクする主キーと外部キーを含む個々の関連テーブルとして表示します。

Set Format to XML, JSON, or CSV in accordance with the data structuring standard used by the REST source you want to connect to. and set DataModel to more closely match the data representation to the structure of your data.

Next Steps

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