Libreria query DedNet
Metodo ConnFileSeparatorreadLine |
Metodo per leggere le varie linee la singola linea del file e aggiungerla al DataTable.
Namespace: InitPrtFast.ConnType
Assembly: InitPrtFast (in InitPrtFast.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
protected override void readLine( DataTable t, string line )
Protected Overrides Sub readLine ( t As DataTable, line As String )
protected: virtual void readLine( DataTable^ t, String^ line ) override
abstract readLine : t : DataTable * line : string -> unit override readLine : t : DataTable * line : string -> unit
Parametri
- t
- Tipo: System.DataDataTable
DataTable - line
- Tipo: SystemString
Linea da analizzare.
Vedi anche