IRowsSource Interface

Definition

Namespace: Firefly.Box.Data.DataProvider
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public interface IRowsSource : IDisposable
Implements
IDisposable

Methods

CreateReader 
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
ExecuteCommand 
ExecuteReader 
Insert 
IsOrderBySupported 

See Also