Metodo QsUpdateFieldCommandAddField(String, Type, Int32, Boolean, Object, Int32, Int32)
|
Aggiunge un campo alla lista dei campi da modificare.
Namespace: QSAdoNetAssembly: 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,
int identitySeed,
int identityIncrement
)
Public Sub AddField (
fieldName As String,
type As Type,
lunghezza As Integer,
notNull As Boolean,
defVal As Object,
identitySeed As Integer,
identityIncrement As Integer
)
public:
void AddField(
String^ fieldName,
Type^ type,
int lunghezza,
bool notNull,
Object^ defVal,
int identitySeed,
int identityIncrement
)
member AddField :
fieldName : string *
type : Type *
lunghezza : int *
notNull : bool *
defVal : Object *
identitySeed : int *
identityIncrement : int -> unit
Parametri
- fieldName String
- Nome del campo da aggiungere.
- type Type
- Tipo di dato del campo.
- lunghezza Int32
- Lunghezza del campo ( usata solo se tipo di campo è testo )
- notNull Boolean
- Indica se il campo non deve essere annullabile
- defVal Object
-
- identitySeed Int32
-
- identityIncrement Int32
-
Vedi anche