TechTalk Genome v4.2

IDataDomain.Delete Method (IContext, Object)

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

void Delete(
   IContext context,
   object obj
);

Parameters

context
The Context that provides the transaction context for this operation.
obj
The persistent object to be removed from the DataDomain.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

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