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
)
Public Shared Function GetDataGridView (
pAppName As String,
pTableName As String,
pUserName As String,
pClientID As Integer,
pProperties As List(Of PropertyInfo)
) As List(Of DataGrid)
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:
ListDataGridGives Data Grid View data list
See Also