Metodo UtilSetLastDataRowVer(Document, Guid)
|
Imposta nel documento il rowver utilizzato per aggiornare i dati nel documento.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public static void SetLastDataRowVer(
Document invDoc,
Guid rowver
)
Public Shared Sub SetLastDataRowVer (
invDoc As Document,
rowver As Guid
)
public:
static void SetLastDataRowVer(
Document^ invDoc,
Guid rowver
)
static member SetLastDataRowVer :
invDoc : Document *
rowver : Guid -> unit
Parametri
- invDoc Document
- Documento nel quale scrivere.
- rowver Guid
- Rowver da impostare nel documento.
Vedi anche