C# Class Sage.Sis.Common.Data.OleDb.JetHelpers

Show file Open project: Sage/SData-Contracts

Public Methods

Method Description
ReadBlob ( System.Data.Common.DbDataReader reader, int ordinal ) : byte[]

Liest sequenziell den Inhalt eines binären Datenfeldes und gibt ihn als object zurück.

Die Methode ist für sequenzielles Einlesen (CommandBehavior.SequentialAccess) ausgelegt.

TableExists ( string tableName, IJetTransaction transaction ) : bool

Method Details

ReadBlob() public static method

Liest sequenziell den Inhalt eines binären Datenfeldes und gibt ihn als object zurück.
Die Methode ist für sequenzielles Einlesen (CommandBehavior.SequentialAccess) ausgelegt.
public static ReadBlob ( System.Data.Common.DbDataReader reader, int ordinal ) : byte[]
reader System.Data.Common.DbDataReader Der DatenReader.
ordinal int 0-basierter Spaltenindex.
return byte[]

TableExists() public static method

public static TableExists ( string tableName, IJetTransaction transaction ) : bool
tableName string
transaction IJetTransaction
return bool