IObjectSpace.FindObject Method
Name | Parameters | Description |
---|---|---|
Find |
object |
Searches for the first object that matches the specified criteria and is of the specified type. |
Find |
object |
Searches for the first object that matches the specified criteria and is of the specified type. The search takes uncommitted changes into account. |
Find |
criteria, in |
Searches for the first object that matches the specified criteria. The object’s type is designated by the specified generic type parameter. |
Find |
criteria | Searches for the first object that matches the specified criteria. The object’s type is designated by the specified generic type parameter. The search takes uncommitted changes into account. |