Metodo QsCreateTableCommandAddField (String, Type, Int32, Boolean)
|
Aggiunge un campo alla Tabella in creazione.
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
)
Public Sub AddField (
fieldName As String,
type As Type,
lunghezza As Integer,
notNull As Boolean
)
public:
void AddField(
String^ fieldName,
Type^ type,
int lunghezza,
bool notNull
)
member AddField :
fieldName : string *
type : Type *
lunghezza : int *
notNull : bool -> 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
Vedi anche