Interface IArchiveTypedProvider<StronglyTypedRow>
Base interface for strongly typed providers, defining the methods and properties common
to all such interfaces
Assembly: SoDataBase.dll
Syntax
public interface IArchiveTypedProvider<StronglyTypedRow> : IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities where StronglyTypedRow : ArchiveRow
Type Parameters
Name |
Description |
StronglyTypedRow |
|
Methods
GetRows(string)
Override of the generic GetRows(string) method,
in this case returning a strongly typed row instead of the generic ArchiveRow object.
Declaration
IEnumerable<StronglyTypedRow> GetRows(string options)
Parameters
Type |
Name |
Description |
string |
options |
|
Returns
Extension Methods