HelperIsCreateUserDataClass Method | |
Check field Create User equal User name
Namespace:
SOWIData.Database
Assembly:
SOWIData (in SOWIData.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static bool IsCreateUser<DataClass>(
this DataClass pItem,
string pUserName
)
<ExtensionAttribute>
Public Shared Function IsCreateUser(Of DataClass) (
pItem As DataClass,
pUserName As String
) As Boolean
Parameters
- pItem
- Type: DataClass
data item based by SOWIData.IDataStandard - pUserName
- Type: SystemString
check by create user
Type Parameters
- DataClass
- based by SOWIData.IDataStandard
Return Value
Type:
Booleanif true then Create User equal User; if false then User is no Create User
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . 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