Create object instance to represent an existing data record, with given unique ID value. Assign procedure delegates to the object.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
T SelectSingle(
	string id
)
Visual Basic
Function SelectSingle ( _
	id As String _
) As T
Visual C++
T SelectSingle(
	String^ id
)

Parameters

id
Type: System..::..String
Unique ID value of the record to be selected

Field Value

T

Return Value

Object to be created

See Also