Click or drag to resize

AppOptionDelete Method

Delete the data item of AppOption

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static void Delete(
	int pID,
	string pConnectionString = "",
	string pUserName = ""
)

Parameters

pID
Type: SystemInt32
Data item ID
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.
Remarks
This method has direct database access. No convert to data models AppOption
See Also