[]
        
(Showing Draft Content)

C1.Win.Data.Entities.EntityViewSourceCollection.Item

this Property

this[string]

Gets the EntityViewSource with the given name.

Declaration
public EntityViewSource this[string name] { get; }
Parameters
Type Name Description
string name

The name of the EntityViewSource to get from the collection.

Property Value
Type Description
EntityViewSource

The EntityViewSource with the specified name, or null if it does not exist.