EntityFieldsSetPersistenceInfoIfRequired Method |
Sets the persistence info if required.
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 protected override void SetPersistenceInfoIfRequired(
int index,
IEntityField value
)
Protected Overrides Sub SetPersistenceInfoIfRequired (
index As Integer,
value As IEntityField
)
Parameters
- index
- Type: SystemInt32
The index. - value
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField
The value.
See Also