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)
Syntaxprivate static string Add(
Address pAddress,
string pDate,
string pText,
string pAmount
)
Private Shared Function Add (
pAddress As Address,
pDate As String,
pText As String,
pAmount As String
) As String
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:
StringProtocol add record
See Also