Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public override MembershipUserCollection FindUsersByName( string usernameToMatch, int pageIndex, int pageSize, out int totalRecords ) |
Visual Basic |
---|
Public Overrides Function FindUsersByName ( _ usernameToMatch As String, _ pageIndex As Integer, _ pageSize As Integer, _ <OutAttribute> ByRef totalRecords As Integer _ ) As MembershipUserCollection |
Visual C++ |
---|
public: virtual MembershipUserCollection^ FindUsersByName( String^ usernameToMatch, int pageIndex, int pageSize, [OutAttribute] int% totalRecords ) override |
Parameters
- usernameToMatch
- Type: System..::..String
- pageIndex
- Type: System..::..Int32
- pageSize
- Type: System..::..Int32
- totalRecords
- Type: System..::..Int32%