Metodo QSConnectionCreateSqlColumnField(String, Type, Int32, Boolean, Object)
|
Crea un oggetto descrivente il campo da aggiungere/modificare in una tabella.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public QSSqlColumnField CreateSqlColumnField(
string fieldName,
Type dataType,
int lunghezza,
bool notNull,
Object defVal
)
Public Function CreateSqlColumnField (
fieldName As String,
dataType As Type,
lunghezza As Integer,
notNull As Boolean,
defVal As Object
) As QSSqlColumnField
public:
QSSqlColumnField^ CreateSqlColumnField(
String^ fieldName,
Type^ dataType,
int lunghezza,
bool notNull,
Object^ defVal
)
member CreateSqlColumnField :
fieldName : string *
dataType : Type *
lunghezza : int *
notNull : bool *
defVal : Object -> QSSqlColumnField
Parametri
- fieldName String
- Nome del campo.
- dataType 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
-
Valore di ritorno
QSSqlColumnFieldRestituisce l'oggetto descrivente il nome di un campo
Vedi anche