Represents a SQL function.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[SerializableAttribute]
public class FunctionExpression : QueryExpression<FunctionExpression>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FunctionExpression _
	Inherits QueryExpression(Of FunctionExpression)

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Querying..::.QueryExpression
    Mindscape.LightSpeed.Querying..::.QueryExpression<(Of <(FunctionExpression>)>)
      Mindscape.LightSpeed.Querying..::.FunctionExpression

See Also