ADO.NET Provider for Microsoft Dataverse

Build 23.0.8839

データモデル

Overview

This section shows the available API objects and provides more information on executing SQL to Microsoft Dataverse APIs.

CData ADO.NET Provider for Microsoft Dataverse は、Microsoft Dataverse エンティティをリレーショナルテーブル、ビュー、およびストアドプロシージャにモデル化します。テーブル定義は、接続するOData サービスから動的に取得されます。メタデータのあらゆる変更(カラムの追加や削除、データ型の変更など)は、再接続によってロードされます。

テーブル

本製品 は、サービスメタデータドキュメントで記述された書き込み可能なエンティティを双方向テーブルとしてモデル化します。

ストアドプロシージャ

ストアドプロシージャは、データソースのファンクションライクなインターフェースです。これらは、OAuth アクセストークンの取得など標準的な CRUD モデル以外の追加の操作を実行するために使用できます。

Microsoft Dataverse Entities Data Model

エンティティデータモデル describes the schemas available to connect to Microsoft Dataverse. You can use tables to work with live Microsoft Dataverse data. You can use stored procedures provided by CData ADO.NET Provider for Microsoft Dataverse to automate working with Microsoft Dataverse data.

Microsoft Dataverse System Data Model

システムデータモデル describes the schemas available to connect to Microsoft Dataverse. You can use tables to work with live Microsoft Dataverse data. You can use stored procedures provided by CData ADO.NET Provider for Microsoft Dataverse to automate working with Microsoft Dataverse data.

Collaborative Query Processing

The 本製品 offloads as much of the SELECT statement processing as possible to Microsoft Dataverse and then processes the rest of the query in memory. API limitations and requirements are also documented in this section.

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