Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

AggregateColumn..::..SelectExpression Property

Gets the custom select expression to be used. Only applicable when AggregateType is Custom.

Namespace:  Tortuga.Chain.Aggregates
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Nullable<string> SelectExpression { get; }
Public ReadOnly Property SelectExpression As Nullable(Of String)
	Get
public:
property Nullable<String^> SelectExpression {
	Nullable<String^> get ();
}

Field Value

The select expression.