Interface ILookupOperation
This operations provides the lookup for specific individual data objects, identified
by a given key.
Inherited Members
System.IDisposable.Dispose()
Namespace: Mars.Core.Data.Wrapper
Assembly: Mars.Core.dll
Syntax
public interface ILookupOperation : IOperation, IPlatform, IDisposable
Methods
| Improve this Doc View SourceRead(Int32)
Reads a single or first matching data object associate a given .
Declaration
IDomainData Read(int key)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key | The key to lookup. |
Returns
Type | Description |
---|---|
IDomainData | Returns the resolved object; otherwise null if nothing was found. |