Click or drag to resize

AppOptionGetAll Method

Gives a data item list of type AppOption

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

Parameters

pConnectionString (Optional)
Type: SystemString
Database connection string. If no value then reads from global setting.
pUserName (Optional)
Type: SystemString
Database user name. If no value then reads from global setting.

Return Value

Type: ListAppOption

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

Remarks
This method has direct database access. No convert to data models AppOption
See Also