SingleResult<T>.Queryable 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.
The IQueryable<T> containing zero or one entities.
public System.Linq.IQueryable<T> Queryable { get; }
member this.Queryable : System.Linq.IQueryable<'T>
Public ReadOnly Property Queryable As IQueryable(Of T)
Property Value
IQueryable<T>