Click or drag to resize

AddressGetBy Method

Gives a list of address data item by parameter

Namespace:  Velo.Data
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static List<Address> GetBy(
	string pFirstName,
	string pName,
	string pAddress1,
	string pAddress2,
	string pCity,
	string pConnectionString = ""
)

Parameters

pFirstName
Type: SystemString
First name
pName
Type: SystemString
Surname
pAddress1
Type: SystemString
Address line 1
pAddress2
Type: SystemString
Address line 2
pCity
Type: SystemString
City
pConnectionString (Optional)
Type: SystemString
Database connection data. Default value see GetConnection(String)

Return Value

Type: ListAddress
A list of address by parameters
See Also