Table of Contents

Method HasSelectItem

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

HasSelectItem(ISelectItem)

Determines whether the specified select item corresponds to a column in this table.

public bool HasSelectItem(ISelectItem selectItem)

Parameters

selectItem ISelectItem

The select item to check by name.

Returns

bool

true if a column with that name exists; otherwise, false.

HasSelectItem(string)

Determines whether a column with the specified name exists in this table.

public bool HasSelectItem(string name)

Parameters

name string

The column name to check.

Returns

bool

true if a column with that name exists; otherwise, false.