Version

RVInMemoryDataSourceItem Class Members

The following tables list the members exposed by RVInMemoryDataSourceItem.

Public Constructors
 NameDescription
Public ConstructorRVInMemoryDataSourceItem ConstructorUsed to create a new in-memory item with the specified dataset id  
Public Properties
 NameDescription
Public PropertyDatasetIdString identifying this in-memory dataset, it might be used to decide what data to return.  
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 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