Click or drag to resize
AccountInfo Constructor (DataRow)
Constructor - Creates a new AccountInfo object from the given DataRow.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public AccountInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data
See Also