Click or drag to resize
IElementCreatorCreateResultsetFields Method
Creates a new resultset fields object with the number of field slots reserved as specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IEntityFields CreateResultsetFields(
	int numberOfFields
)

Parameters

numberOfFields
Type: SystemInt32
The number of fields.

Return Value

Type: IEntityFields
ready to use resultsetfields object
See Also