Metodo QSConnectionTableExists
|
Funzione che controlla l'esistenza di una tabella, restituisce true se esiste altimenti false.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.2.0-RC
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