EldorADO.NET Class Library

IReferenceWriter.Remove Method 

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Sub Remove( _
   ByVal sourceEntity As IEntity, _
   ByVal targetEntity As IEntity _
)
[C#]
void Remove(
   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