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 |
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[] |
public static TableExists ( string tableName, IJetTransaction transaction ) : bool | ||
tableName | string | |
transaction | IJetTransaction | |
Résultat | bool |