Finds this instance.
Namespace:
Mindscape.LightSpeed.ServiceModelAssembly: Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public IList<TEntity> Find<TEntity>() where TEntity : Entity |
Visual Basic (Declaration) |
---|
Public Function Find(Of TEntity As Entity) As IList(Of TEntity) |
Type Parameters
- TEntity
- The type of the entity.