Retrieves the iMISUser fields from a data reader run against the Name_Security + Name_Security_Groups tables

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected static void Retrieve(
	CContactUser user,
	IDataReader reader
)
Visual Basic (Declaration)
Protected Shared Sub Retrieve ( _
	user As CContactUser, _
	reader As IDataReader _
)
Visual C++
protected:
static void Retrieve(
	CContactUser^ user, 
	IDataReader^ reader
)

Parameters

user
Type: Asi.iBO.ContactManagement..::.CContactUser
CContactUser object to populate.
reader
Type: System.Data..::.IDataReader
DataReader from which to retrieve the user data.

See Also