AppOptionDelete Method |  |
Namespace:
SOWIApp.Management
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntaxpublic static void Delete(
int pID,
string pConnectionString = "",
string pUserName = ""
)
Public Shared Sub Delete (
pID As Integer,
Optional pConnectionString As String = "",
Optional pUserName As String = ""
)
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.
RemarksThis method has direct database access. No convert to data models
AppOption
See Also