Create object instance and it's corresponding data record. 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 Create(
	IFieldCollection fields
)
Visual Basic
Function Create ( _
	fields As IFieldCollection _
) As T
Visual C++
T Create(
	IFieldCollection^ fields
)

Parameters

fields
Type: Cartella.Interfaces..::..IFieldCollection
Collection of fields to for the object to be created. They contain actual values

Field Value

T

Return Value

Object to be created

See Also