IEntitySelector<TEntity>.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the behavior for an entity using the entity's ID.
public TEntity this[string id] { get; }
member this.Item(string) : 'Entity
Default Public ReadOnly Property Item(id As String) As TEntity
Parameters
- id
- String
The entity's ID.
Property Value
TEntity
The entity's behavior.