Proprietà QSInsertCommandFieldValueDictionary
             | 
          
        
        
            Restituisce il dizionario con le coppie nome-valore da utilizzare nell'INSERT.
            Tipicamente "NomeCampo" = "@NomeCampo".
            
        
        Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.4.0
Sintassipublic 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à
DictionaryString, 
String
Vedi anche