Proprietà QSUpdateCommand.FieldValueDictionary

QSAdoNet

Proprietà QSUpdateCommandFieldValueDictionary

Restituisce il dizionario con le coppie nome-valore da utilizzare nell'INSERT. Tipicamente "NomeCampo" = "@NomeCampo".

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public Dictionary<string, string> FieldValueDictionary { get; }
Public ReadOnly Property FieldValueDictionary As Dictionary(Of String, String)
	Get
public:
property Dictionary<String^, String^>^ FieldValueDictionary {
	Dictionary<String^, String^>^ get ();
}
member FieldValueDictionary : Dictionary<string, string> with get

Valore della proprietà

Tipo: DictionaryString, String
Vedi anche