Click or drag to resize
IGroupByCollectionSetFieldPersistenceInfo Method
Sets the IFieldPersistenceInfo part of the field at position index. Adapter specific.

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
void SetFieldPersistenceInfo(
	IFieldPersistenceInfo persistenceInfo,
	int index
)

Parameters

persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The field persistence info object to set
index
Type: SystemInt32
index of field to set the persistence info of
See Also