IMemDataStorage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IMemDataStorage : IDisposable, Microsoft::ReportingServices::QueryDesigners::IDataStorage
public interface IMemDataStorage : IDisposable, Microsoft.ReportingServices.QueryDesigners.IDataStorage
type IMemDataStorage = interface
interface IDataStorage
interface IDisposable
Public Interface IMemDataStorage
Implements IDataStorage, IDisposable
- Derived
- Implements
Methods
AddColumn(String) | |
AddRow(Object[]) | |
DeleteRow(Int32) | |
GetColumnInfo(Int32) | (Inherited from IDataStorage) |
GetRow(Int32) | |
GetSortView() | (Inherited from IDataStorage) |
GetStorageView() | (Inherited from IDataStorage) |
InitStorage() | |
InsertRow(Int32, Object[]) | |
IsClosed() | (Inherited from IDataStorage) |
NumColumns() | (Inherited from IDataStorage) |
NumRows() | (Inherited from IDataStorage) |