Table of Contents

Constructor Selection

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

Selection(string, DataType)

Creates a new selection with the specified name and data type.

public Selection(string name, DataType dataType)

Parameters

name string

The name of the selection (column name or alias).

dataType DataType

The data type of the selection.