[This is preliminary documentation and is subject to change.]

Constructor that uses the SqlDataReader populated from the database.

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public TrackerCaseInfo(
	SqlDataReader sdr
)
Visual Basic (Declaration)
Public Sub New ( _
	sdr As SqlDataReader _
)
Visual C++
public:
TrackerCaseInfo(
	SqlDataReader^ sdr
)

Parameters

sdr
Type: System.Data.SqlClient..::.SqlDataReader
the sql data reader populated from the database.

See Also