Metodo DedNetApplicationCreateComm
|
Crea e restituisce un nuova commessa avente il nome specificato.
Imposta già la data attuale e l'utente di creazione.
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public DedComm CreateComm(
string name
)
Public Function CreateComm (
name As String
) As DedComm
public:
DedComm^ CreateComm(
String^ name
)
member CreateComm :
name : string -> DedComm
Parametri
- name
- Tipo: SystemString
Nome univoco da utilizzare per la commessa.
Valore di ritorno
Tipo:
DedCommEccezioni Eccezione | Condizione |
---|
ArgumentNullException | Parametro mancante. |
QsException | Errore avvenuto durante l'istruzione d'inserimento. |
Vedi anche