Metodo QSConnection.GetPrimaryKeyInfo

QSAdoNet

Metodo QSConnectionGetPrimaryKeyInfo

Restituisce un dizionari con il nome della chiave e la lista di tutte le colonne che la compongono.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public Dictionary<string, List<string>> GetPrimaryKeyInfo(
	string TableName
)
Public Function GetPrimaryKeyInfo ( 
	TableName As String
) As Dictionary(Of String, List(Of String))
public:
Dictionary<String^, List<String^>^>^ GetPrimaryKeyInfo(
	String^ TableName
)
member GetPrimaryKeyInfo : 
        TableName : string -> Dictionary<string, List<string>> 

Parametri

TableName
Tipo: SystemString
Nome della tabella.

Valore di ritorno

Tipo: DictionaryString, ListString
Vedi anche