Click or drag to resize

ClientModule.SetClientModule 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.Generic.List<ClientModule>
list of data items
pClientID
Type: System.Int32
Client ID

Return Value

Type: List<ClientModule>

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

See Also