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.4.0.0 (5.4.0)
Syntax void SetFieldPersistenceInfo(
IFieldPersistenceInfo persistenceInfo,
int index
)
Sub SetFieldPersistenceInfo (
persistenceInfo As IFieldPersistenceInfo,
index As Integer
)
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