ExpansionBase.IsInListOfTables Method

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods >

ExpansionBase.IsInListOfTables Method

Determines whether the passed table is in the list of tables

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public bool IsInListOfTables(
 string table,
 bool enabledOnly
)

Parameters

table

Type: String

The table.

enabledOnly

Type: Boolean

if set to true [enabled only].

Return Value

true if [is in list of tables] [the specified table]; otherwise, false.

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace