Interface IExpressionQuery
Namespace: LinqToDB.Linq
Assembly: linq2db.dll
Syntax
public interface IExpressionQuery
Properties
| Improve this Doc View SourceDataContext
Declaration
IDataContext DataContext { get; }
Property Value
Type | Description |
---|---|
IDataContext |
Expression
Declaration
Expression Expression { get; }
Property Value
Type | Description |
---|---|
Expression |
SqlText
Declaration
string SqlText { get; }
Property Value
Type | Description |
---|---|
System.String |