B-Arts DocumentationIndice generale

BIFFile

Identità

  • Namespace: B.BIO

  • Assembly: BFramework

  • Tipo: class

  • Sorgente API: versione 5.0.0

Scopo

Lettore e importatore runtime del formato ufficiale BIF, generato da BStudio per popolare tabelle SQL Server durante i primi rilasci applicativi o applicare patch dati corpose. Supporta header tipizzati, identity e contenuto binario Byte[].

Dichiarazione

public class BIFFile

Costruttori

  • BIFFile(IBConnection DB, string BIFFulPath)

  • BIFFile(IBConnection DB, string BIFFulPath, ref BLogText Log)

Proprietà

Proprietà Tipo Accesso
BLog BLogText get/set
DT DataTable? get/set
FileName string get/set
Fullname string get/set
Stato eStato get/set
TblName string get/set

Metodi

  • bool Import()

  • bool Read()

Tipi annidati

eStato

Nessuno, Letto, Importato, Errore

Esempi e specifica d'uso

Consultare BIFFile - Esempi e formato BIF.