Click or drag to resize
IElementCreator2CreateResultsetFields 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
IEntityFields2 CreateResultsetFields(
	int numberOfFields
)

Parameters

numberOfFields
Type: SystemInt32
The number of fields.

Return Value

Type: IEntityFields2
ready to use resultsetfields object
See Also