Click or drag to resize

IceNetHttpApplicationCreateRepository Method (String)

Creates a IDatabaseRepository instance that is initialized with userName. This instance initialized with "Administrator"can be used to perform login operation while a valid user name is not yet available in the IceNetUserName property.

Namespace:  PDTec.IceNet.Web
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public virtual IDatabaseRepository CreateRepository(
	string userName
)

Parameters

userName
Type: SystemString
The user name.

Return Value

Type: IDatabaseRepository
The repository.
See Also