Table of Contents

Method HasSelectItem

Namespace
YndigoBlue.Velocity.Interfaces
Assembly
YndigoBlue.Velocity.dll

HasSelectItem(ISelectItem)

Determines whether this FROM item contains the specified select item.

bool HasSelectItem(ISelectItem selectItem)

Parameters

selectItem ISelectItem

The select item to locate.

Returns

bool

true if the select item is found; otherwise, false.

HasSelectItem(string)

Determines whether this FROM item contains a select item with the specified name.

bool HasSelectItem(string name)

Parameters

name string

The name of the select item to locate.

Returns

bool

true if a select item with the name is found; otherwise, false.