Metodo QSConnection.IndexExist

QSAdoNet

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
)
Public Function IndexExist ( 
	TableName As String,
	IndexName As String
) As Boolean
public:
bool IndexExist(
	String^ TableName, 
	String^ IndexName
)
member IndexExist : 
        TableName : string * 
        IndexName : string -> bool 

Parametri

TableName
Tipo: SystemString
Nome della tabella.
IndexName
Tipo: SystemString
Nome dell'indice.

Valore di ritorno

Tipo: Boolean
Vedi anche