Class CommonDataServiceForAppsEntityDataset
The Common Data Service for Apps entity dataset.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CommonDataServiceForAppsEntityDataset/CommonDataServiceForAppsEntityDatasetConverter))]
public class CommonDataServiceForAppsEntityDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
CommonDataServiceForAppsEntityDataset(LinkedServiceReference)
Initializes a new instance of CommonDataServiceForAppsEntityDataset.
Declaration
public CommonDataServiceForAppsEntityDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
|
LinkedServiceReference
linkedServiceName
Linked service reference. |
Exceptions
|
System.ArgumentNullException
|
Properties
EntityName
The logical name of the entity. Type: string (or Expression with resultType string).
Declaration
public object EntityName { get; set; }
Property Value
|
System.Object
|