Click or drag to resize

SalesAdd Method

Append new sale

Namespace:  Velo.Database.Migration.Database
Assembly:  Velo.Database.Migration (in Velo.Database.Migration.exe) Version: 22.2.10.1 (22.2.10.450)
Syntax
private static string Add(
	Address pAddress,
	string pDate,
	string pText,
	string pAmount
)

Parameters

pAddress
Type: Velo.Database.Migration.ModelsAddress
Address data
pDate
Type: SystemString
Date of sale
pText
Type: SystemString
Text of sale
pAmount
Type: SystemString
Amount of sale

Return Value

Type: String
Protocol add record
See Also