Interface ISqlExpression
Inherited Members
Namespace: LinqToDB.SqlQuery
Assembly: linq2db.dll
Syntax
public interface ISqlExpression : IQueryElement, ISqlExpressionWalkable
Properties
| Improve this Doc View SourceCanBeNull
Declaration
bool CanBeNull { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Precedence
Declaration
int Precedence { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SystemType
Declaration
Type? SystemType { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Type> |
Methods
| Improve this Doc View SourceEquals(ISqlExpression, Func<ISqlExpression, ISqlExpression, Boolean>)
Declaration
bool Equals(ISqlExpression other, Func<ISqlExpression, ISqlExpression, bool> comparer)
Parameters
Type | Name | Description |
---|---|---|
ISqlExpression | other | |
Func<ISqlExpression, ISqlExpression, System.Boolean> | comparer |
Returns
Type | Description |
---|---|
System.Boolean |