EntityCoreTFieldsUnsetEntitySyncInformation Method |
Will unset (remove) the passed in information as Entity sync information. If there is no sync information stored for the related entity
after this info has been removed, the complete hashentry is removed.
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 virtual void UnsetEntitySyncInformation(
string fieldName,
IEntityCore relatedEntity,
IEntityRelation relation
)
Protected Overridable Sub UnsetEntitySyncInformation (
fieldName As String,
relatedEntity As IEntityCore,
relation As IEntityRelation
)
Parameters
- fieldName
- Type: SystemString
Name of field of this entity mapped onto passed in relation - relatedEntity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
related entity set as value for field with name fieldName - relation
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
EntityRelation object which is the relation between this entity and the passed in relatedEntity
See Also