Gets the entity that wraps the specified object from the internal entity collection, or null if such entity doesn't exist.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
public Entity this[ Object item ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ item As Object _ ) As Entity |
Parameters
- item
- Type: System..::.Object
Wrapped object to search for.