Gets the entity that wraps the specified object, or null if such entity doesn't exist.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
public Entity GetEntity( Object item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetEntity ( _ item As Object _ ) As Entity |
Parameters
- item
- Type: System..::.Object
Wrapped object to search for.