Libreria query DedNet
Metodo QSInsertCommandGetField |
Restituisce il valore abbinato al campo specificato.
Namespace: QSAdoNet
Assembly: QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)

public Object GetField( string fieldName )
Public Function GetField ( fieldName As String ) As Object
public: Object^ GetField( String^ fieldName )
member GetField : fieldName : string -> Object
Parametri
- fieldName
- Tipo: SystemString
Nome del campo del quale restituire il valore.
Valore di ritorno
Tipo: ObjectRestituisce il valore del campo oppure null se non esiste.
