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)
Syntaxpublic static List<Address> GetBy(
string pFirstName,
string pName,
string pAddress1,
string pAddress2,
string pCity,
string pConnectionString = ""
)
Public Shared Function GetBy (
pFirstName As String,
pName As String,
pAddress1 As String,
pAddress2 As String,
pCity As String,
Optional pConnectionString As String = ""
) As List(Of Address)
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:
ListAddressA list of address by parameters
See Also