Share via


IMemDataStorage Interface

Definition

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)

Applies to