Instantiates a cartella object with the given field collection Should only be used for objects already created in the data store

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

Syntax

C#
T Select(
	IFieldCollection fields
)
Visual Basic
Function Select ( _
	fields As IFieldCollection _
) As T
Visual C++
T Select(
	IFieldCollection^ fields
)

Return Value

See Also