Metodo UtilSetLastDataRowVer (Document, Guid)
|
Imposta nel documento il rowver utilizzato per aggiornare i dati nel documento.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.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
- Tipo: Document
Documento nel quale scrivere. - rowver
- Tipo: SystemGuid
Rowver da impostare nel documento.
Vedi anche