Click or drag to resize

EntityCoreTFieldsSetupSyncT Method

Sets up the synchronization between the related entity and this entity, related over the member specified.

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
protected void SetupSync<T>(
	string navigator,
	T relatedEntity
)
where T : class, IEntityCore

Parameters

navigator
Type: SystemString
relatedEntity
Type: T

Type Parameters

T
See Also