Click or drag to resize

ClientGetAll Method (String, String)

Gives a list of Client

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static List<Client> GetAll(
	string pConnectionString = "",
	string pUserName = ""
)

Parameters

pConnectionString (Optional)
Type: SystemString
when another database connection
pUserName (Optional)
Type: SystemString
user name for database connection. Note: usage only with parameter pConnectionString

Return Value

Type: ListClient

[Missing <returns> documentation for "M:SOWIApp.Management.Client.GetAll(System.String,System.String)"]

See Also