Metodo QSConnectionCreateSqlFunctionString
|
Crea un oggetto descrivente una funzione di REPLACE da utilizzare nelle istruzioni SQL.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public QSSqlFunctionReplace CreateSqlFunctionString(
string fieldName,
string funcName,
string oldValue,
string newValue
)
Public Function CreateSqlFunctionString (
fieldName As String,
funcName As String,
oldValue As String,
newValue As String
) As QSSqlFunctionReplace
public:
QSSqlFunctionReplace^ CreateSqlFunctionString(
String^ fieldName,
String^ funcName,
String^ oldValue,
String^ newValue
)
member CreateSqlFunctionString :
fieldName : string *
funcName : string *
oldValue : string *
newValue : string -> QSSqlFunctionReplace
Parametri
- fieldName String
- Nome del campo al quale applicare la funzione
- funcName String
- Nome della funzione
- oldValue String
- Valore da sostituire
- newValue String
- Valore di sostituzione
Valore di ritorno
QSSqlFunctionReplaceRestituisce l'oggetto descrivente una funzione di REPLACE.
Vedi anche