Metodo QSConnectionTableExists
|
Funzione che controlla l'esistenza di una tabella, restituisce true se esiste altimenti false.
Namespace: QSAdoNetAssembly: 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 String
- Nome della tabella da cercare.
Valore di ritorno
BooleanVedi anche