Libreria query DedNet
Metodo QSConnectionTableExists |
Funzione che controlla l'esistenza di una tabella, restituisce true se esiste altimenti false.
Namespace: QSAdoNet
Assembly: QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public bool TableExists( string tablename )
Public Function TableExists ( tablename As String ) As Boolean
public: bool TableExists( String^ tablename )
member TableExists : tablename : string -> bool
Parametri
- tablename
- Tipo: SystemString
Nome della tabella da cercare.
Valore di ritorno
Tipo: BooleanVedi anche