Table of Contents

Constructor Count

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Count(Column)

Initializes a new instance of COUNT for a specific column, counting non-null values.

public Count(Column column)

Parameters

column Column

The column to count non-null values from.

Count()

Initializes a new instance of COUNT(*) that counts all rows including nulls.

public Count()