Class EndsWithExpressionConverter
Expression converter for the string.EndsWith operator.
Inheritance
System.Object
EndsWithExpressionConverter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Client.Queries.Conversion.ExpressionConverters
Assembly: Kephas.Data.Client.dll
Syntax
[Operator("$endswith")]
public class EndsWithExpressionConverter : MethodCallExpressionConverterBase<string, string, bool>, IExpressionConverter
Constructors
| Improve this Doc View SourceEndsWithExpressionConverter()
Initializes a new instance of the EndsWithExpressionConverter class.
Declaration
public EndsWithExpressionConverter()