DateTimeCast Class |
Namespace: VDS.RDF.Query.Expressions.Functions.XPath.Cast
The DateTimeCast type exposes the following members.
Name | Description | |
---|---|---|
![]() | DateTimeCast |
Creates a new XPath Date Time Cast Function Expression.
|
Name | Description | |
---|---|---|
![]() | Arguments |
Gets the Arguments of the Expression.
(Inherited from BaseCast.) |
![]() | CanParallelise |
Gets whether an expression can safely be evaluated in parallel.
(Inherited from BaseCast.) |
![]() | Functor |
Gets the Functor of the Expression.
(Overrides BaseCast.Functor.) |
![]() | Type |
Gets the Type of the Expression.
(Inherited from BaseCast.) |
![]() | Variables |
Gets the enumeration of Variables involved in this expression.
(Inherited from BaseCast.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Evaluate |
Casts the value of the inner Expression to a Date Time.
(Overrides BaseCast.Evaluate(SparqlEvaluationContext, Int32).) |
![]() | 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 Expression.
(Overrides BaseCast.ToString().) |
![]() | Transform |
Transforms the Expression using the given Transformer.
(Overrides BaseCast.Transform(IExpressionTransformer).) |