Gets or sets the name of the stored procedure which selects all entities of the type (when applied to a class) or all members of the collection (when applied to an EntityCollection<(Of <(TEntity>)>) field.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public string Select { get; set; }
Visual Basic (Declaration)
Public Property Select As String

See Also