TechTalk Genome v4.2

IDataDomain.Delete Method

Deletes the object from the DataDomain where it is stored.

Overload List

Deletes the object from the DataDomain where it is stored.

void Delete(object);

Deletes the object in the context from the DataDomain where it is stored.

void Delete(IContext,object);

See Also

IDataDomain Interface | TechTalk.Genome Namespace | Context.Delete | DataDomain.Delete