Gets the EntityViewSource with the given name.

Namespace:  C1.Win.Data.Entities
Assembly:  C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)

Syntax

C#
public EntityViewSource this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As EntityViewSource
	Get

Parameters

name
Type: System..::..String
The name of the EntityViewSource to get from the collection.

Return Value

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

See Also