Click or drag to resize

Metodo QSConnectionIndexExist

Restituisce true se l'indice esiste nella tabella altrimenti false.

Namespace: QSAdoNet
Assembly: QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public bool IndexExist(
	string TableName,
	string IndexName
)

Parametri

TableName  String
Nome della tabella.
IndexName  String
Nome dell'indice.

Valore di ritorno

Boolean
Vedi anche