Metodo QsUpdateFieldCommand.AddField (String, Type, Int32, Boolean, Object)

QSAdoNet

Metodo QsUpdateFieldCommandAddField (String, Type, Int32, Boolean, Object)

Aggiunge un campo alla lista dei campi da modificare.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public void AddField(
	string fieldName,
	Type type,
	int lunghezza,
	bool notNull,
	Object defVal
)
Public Sub AddField ( 
	fieldName As String,
	type As Type,
	lunghezza As Integer,
	notNull As Boolean,
	defVal As Object
)
public:
void AddField(
	String^ fieldName, 
	Type^ type, 
	int lunghezza, 
	bool notNull, 
	Object^ defVal
)
member AddField : 
        fieldName : string * 
        type : Type * 
        lunghezza : int * 
        notNull : bool * 
        defVal : Object -> unit 

Parametri

fieldName
Tipo: SystemString
Nome del campo da aggiungere.
type
Tipo: SystemType
Tipo di dato del campo.
lunghezza
Tipo: SystemInt32
Lunghezza del campo ( usata solo se tipo di campo è testo )
notNull
Tipo: SystemBoolean
Indica se il campo non deve essere annullabile
defVal
Tipo: SystemObject
Vedi anche