Click or drag to resize

GroupByCollectionSetFieldPersistenceInfo 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.9.0.0 (5.9.0)
Syntax
public 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

Implements

IGroupByCollectionSetFieldPersistenceInfo(IFieldPersistenceInfo, Int32)
See Also