Determines whether the current table is a dependant of the supplied table.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public bool IsDependantOf(
	ITableSchema table
)
Visual Basic
Public Function IsDependantOf ( 
	table As ITableSchema
) As Boolean

Parameters

table
Type: SchemaExplorer..::..ITableSchema
The table to check against.

Return Value

Type: Boolean
true/false

See Also