Instantiates a cartella object with the given field collection
Should only be used for objects already created in the data store
Namespace: Cartella.InterfacesAssembly: 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 ) |
Parameters
- fields
- Type: Cartella.Interfaces..::..IFieldCollection