The following tables list the members exposed by RVPostgresDataSourceItem.
Name | Description | |
---|---|---|
RVPostgresDataSourceItem Constructor |
Name | Description | |
---|---|---|
CustomQuery | (Optional) Custom SQL query to use when getting data (Inherited from Infragistics.Sdk.RVSqlBasedDataSourceItem) | |
Database | Name of the database to connect to, optional as this value is usually specified in the data source object. (Inherited from Infragistics.Sdk.RVSqlBasedDataSourceItem) | |
DataSource | Reference to the data source object this item belongs to. (Inherited from Infragistics.Sdk.RVDataSourceItem) | |
Description | Description of this data source item. (Inherited from Infragistics.Sdk.RVDataSourceItem) | |
FunctionName | (Optional) name of the function to get data from, the function is expected to return a result set and might have multiple parameters. | |
FunctionParameters | Parameters to be passed to the function, if there is such specified in FunctionName. | |
Id | The 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) | |
Schema | Name of the schema the referenced table belongs to | |
Table | Name of the table (or view) to get data from (Inherited from Infragistics.Sdk.RVSqlBasedDataSourceItem) | |
Title | The 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) |