Click or drag to resize

DataGridGetDataGridView Method

Check and synch DataGridView with user and template from Client or Database

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static List<DataGrid> GetDataGridView(
	string pAppName,
	string pTableName,
	string pUserName,
	int pClientID,
	List<PropertyInfo> pProperties
)

Parameters

pAppName
Type: SystemString
e.g. Ticket, TicketRegister
pTableName
Type: SystemString
e.g. Ticket
pUserName
Type: SystemString
User name for spezification
pClientID
Type: SystemInt32
Client ID
pProperties
Type: System.Collections.GenericListPropertyInfo
if DataGridView with parameter (pAppName, pTableName) no exists then create from parameter pProperties (Data Class)

Return Value

Type: ListDataGrid
Gives Data Grid View data list
See Also