Click or drag to resize

Metodo QSUpdateInsertCommandAddField (String, String, Object, DbType)

Aggiunge un campo all'istruzione UPDATE/INSERT creando anche il parametro abbinato specificandone il DbType. Se il campo esiste già ne sovrascrive il valore

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public void AddField(
	string fieldName,
	string paramName,
	Object paramValue,
	DbType dbT
)

Parametri

fieldName
Tipo: SystemString
Nome del campo da aggiungere.
paramName
Tipo: SystemString
Nome del parametro.
paramValue
Tipo: SystemObject
Valore del parametro.
dbT
Tipo: System.DataDbType
Tipo dati presente nel Database.
Vedi anche