Click or drag to resize

HelperGetListByCreateUserDataClass Method

Gives a list filter by UserName equal CreateUser

Namespace:  SOWIData.Database
Assembly:  SOWIData (in SOWIData.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static List<DataClass> GetListByCreateUser<DataClass>(
	this List<DataClass> pList,
	string pUserName
)

Parameters

pList
Type: System.Collections.GenericListDataClass
data list based by SOWIData.IDataStandard
pUserName
Type: SystemString
filtering by create user

Type Parameters

DataClass
based by SOWIData.IDataStandard

Return Value

Type: ListDataClass
validated data list

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListDataClass. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also