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.5.0.0 (5.5.18.1019)
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