Click or drag to resize

ClientModuleSetClientModule Method

Client Module data items save to database (insert or update).

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static List<ClientModule> SetClientModule(
	List<ClientModule> pListClientModule,
	int pClientID
)

Parameters

pListClientModule
Type: System.Collections.GenericListClientModule
list of data items
pClientID
Type: SystemInt32
Client ID

Return Value

Type: ListClientModule

[Missing <returns> documentation for "M:SOWIApp.Management.ClientModule.SetClientModule(System.Collections.Generic.List{SOWIData.Management.ClientModule},System.Int32)"]

See Also