StartsWithFunction Class |
Namespace: VDS.RDF.Query.Expressions.Functions.XPath.String
The StartsWithFunction type exposes the following members.
Name | Description | |
---|---|---|
StartsWithFunction |
Creates a new XPath Starts With function.
|
Name | Description | |
---|---|---|
Arguments |
Gets the Arguments of the Expression.
(Inherited from BaseBinaryStringFunction.) | |
CanParallelise |
Gets whether an expression can safely be evaluated in parallel.
(Inherited from BaseBinaryStringFunction.) | |
Functor |
Gets the Functor of the Expression.
(Overrides BaseBinaryStringFunctionFunctor.) | |
Type |
Gets the Type of the Expression.
(Inherited from BaseBinaryStringFunction.) | |
Variables |
Gets the Variables used in the function.
(Inherited from BaseBinaryStringFunction.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate |
Gets the Value of the function as evaluated in the given Context for the given Binding ID.
(Inherited from BaseBinaryStringFunction.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Gets the String representation of the function.
(Overrides BaseBinaryStringFunctionToString.) | |
Transform |
Transforms the Expression using the given Transformer.
(Overrides BaseBinaryStringFunctionTransform(IExpressionTransformer).) | |
ValueInternal(ILiteralNode) |
Gets the Value of the function as applied to the given String Literal.
(Inherited from BaseBinaryStringFunction.) | |
ValueInternal(ILiteralNode, ILiteralNode) |
Gets the Value of the function as applied to the given String Literal and Argument.
(Overrides BaseBinaryStringFunctionValueInternal(ILiteralNode, ILiteralNode).) |
Name | Description | |
---|---|---|
_allowNullArgument |
Whether the argument can be null.
(Inherited from BaseBinaryStringFunction.) | |
_arg |
Argument expression.
(Inherited from BaseBinaryStringFunction.) | |
_argumentTypeValidator |
Type validation function for the argument.
(Inherited from BaseBinaryStringFunction.) | |
_expr |
Expression the function applies over.
(Inherited from BaseBinaryStringFunction.) |