Click or drag to resize

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)
Syntax
public Address(
	DataRow pDataRow
)

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