database..::..SaveUserSetting Method

Namespace:  JiwaFinancials.Jiwa.JiwaODBC
Assembly:  JiwaODBC (in JiwaODBC.dll)

Syntax


public void SaveUserSetting(
	string UserID,
	string Section,
	string IDKey,
	string Contents,
	int WriteHandle
)
Public Sub SaveUserSetting ( _
	UserID As String, _
	Section As String, _
	IDKey As String, _
	Contents As String, _
	WriteHandle As Integer _
)
public:
void SaveUserSetting(
	String^ UserID, 
	String^ Section, 
	String^ IDKey, 
	String^ Contents, 
	int^ WriteHandle
)

Parameters

UserID
Type: String
Section
Type: String
IDKey
Type: String
Contents
Type: String
WriteHandle
Type: Int32