ADO.NET Provider for Adobe Commerce

Build 23.0.8839

TypeDetectionScheme

Enables scanning AdobeCommerce Product entities to determine unique columns.

Possible Values

None, RowScan

データ型

string

デフォルト値

"RowScan"

解説

In the AdobeCommerce APIs, Product entities can have different sets of associated attributes. For example, clothing Products will also have Gender, Size, and Sleeve_Length attributes in addition to the standard columns.

To access these unique columns, set the following connection properties:

RowScanSetting TypeDetectionScheme to RowScan will scan objects (rows) to heuristically determine additional columns when you connect. The RowScanDepth determines the number of objects to be scanned.
NoneSetting TypeDetectionScheme to None will return only the standard columns.

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