Table<TEntity>.IQueryable.Expression Propiedad

Definición

Obtiene el árbol de expresiones asociado a esta instancia de IQueryable.

property System::Linq::Expressions::Expression ^ System::Linq::IQueryable::Expression { System::Linq::Expressions::Expression ^ get(); };
System.Linq.Expressions.Expression System.Linq.IQueryable.Expression { get; }
member this.System.Linq.IQueryable.Expression : System.Linq.Expressions.Expression
 ReadOnly Property Expression As Expression Implements IQueryable.Expression

Valor de propiedad

Expression que está asociado a esta instancia de IQueryable.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la Table<TEntity> instancia se convierte en una IQueryable interfaz.

Se aplica a