EldorADO.NET Class Library

IReferenceWriter.Add Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:Eldorado.Object.Entity.IReferenceWriter.Add(Eldorado.Object.Entity.IEntity,Eldorado.Object.Entity.IEntity)

[Visual Basic]
Sub Add( _
   ByVal sourceEntity As IEntity, _
   ByVal targetEntity As IEntity _
)
[C#]
void Add(
   IEntity sourceEntity,
   IEntity targetEntity
);

Parameters

sourceEntity
Missing <param> documentation for sourceEntity
targetEntity
Missing <param> documentation for targetEntity

See Also

IReferenceWriter Interface | Eldorado.Object.Entity Namespace