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 = ""
)
Public Shared Function GetAll (
Optional pConnectionString As String = "",
Optional pUserName As String = ""
) As List(Of Client)
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