Address Constructor (DataRow) |  |
Initializes a new instance of the Address class.
Constructor with parameter
Namespace:
Velo.Database.Migration.Models
Assembly:
Velo.Database.Migration (in Velo.Database.Migration.exe) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic Address(
DataRow pDataRow
)
Public Sub New (
pDataRow As DataRow
)
Parameters
- pDataRow
- Type: System.DataDataRow
Data row structure (SQL statement from method: Transfer in class Sales):
"SELECT adrID, adrVorname, adrName, adrAdresse1, adrAdresse2, adrOrt FROM ADR";
See Also