Version

RVAzureSynapseDataSourceItem Class Members

The following tables list the members exposed by RVAzureSynapseDataSourceItem.

Public Constructors
Public Properties
 NameDescription
Public PropertyCustomQuery(Optional) Custom SQL query to use when getting data (Inherited from Infragistics.Sdk.RVSqlBasedDataSourceItem)
Public PropertyDatabaseName of the database to connect to, optional as this value is usually specified in the data source object. (Inherited from Infragistics.Sdk.RVSqlBasedDataSourceItem)
Public PropertyDataSourceReference to the data source object this item belongs to. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyDescriptionDescription of this data source item. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyIdThe value that identifies this item in the data source, it might be for example the name of the schema concatenated with the table name. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyProcedure(Optional) name of the stored procedure to get data from, the procedure is expected to return a result set and might have multiple parameters. (Inherited from Infragistics.Sdk.RVSqlServerDataSourceItem)
Public PropertyProcedureParametersParameters to be passed to the stored procedure, if there is such specified in RVSqlServerDataSourceItem.Procedure. (Inherited from Infragistics.Sdk.RVSqlServerDataSourceItem)
Public PropertySchemaName of the schema the referenced table belongs to (Inherited from Infragistics.Sdk.RVSqlServerDataSourceItem)
Public PropertyTableName of the table (or view) to get data from (Inherited from Infragistics.Sdk.RVSqlBasedDataSourceItem)
Public PropertyTitleThe title of the item, as displayed to the user, it might be for example the name of the table in a database. (Inherited from Infragistics.Sdk.RVDataSourceItem)
See Also