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

Afficher le fichier Open project: Sage/SData-Contracts

Méthodes publiques

Méthode 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 méthode

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.
Résultat byte[]

TableExists() public static méthode

public static TableExists ( string tableName, IJetTransaction transaction ) : bool
tableName string
transaction IJetTransaction
Résultat bool