ArcGIS Pro 2.6 API Reference Guide
IsControllerDatasetSupported Method

ArcGIS.Core.Data Namespace > Table Class : IsControllerDatasetSupported Method
Gets a value indicating whether this Table supports the concept of controller datasets. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool IsControllerDatasetSupported()
Public Function IsControllerDatasetSupported() As Boolean

Return Value

true if this table supports controller datasets; otherwise, false. Supporting controller datasets does not necessarily mean that a controller dataset exists, just that the GetControllerDatasets method can be called without fear that it will throw an exception.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Table Class
Table Members