EntityFieldsCoreTFieldSetPersistenceInfoIfRequired Method |
Sets the persistence info if required. Only used in selfservicing
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected virtual void SetPersistenceInfoIfRequired(
int index,
TField value
)
Protected Overridable Sub SetPersistenceInfoIfRequired (
index As Integer,
value As TField
)
Parameters
- index
- Type: SystemInt32
The index. - value
- Type: TField
The value.
See Also