Share via


DictTable.Isderivedfrom(String) Method

Definition

Indicates whether one table type derives from another.

public:
 virtual bool Isderivedfrom(System::String ^ baseTableName);
public virtual bool Isderivedfrom (string baseTableName);
abstract member Isderivedfrom : string -> bool
override this.Isderivedfrom : string -> bool
Public Overridable Function Isderivedfrom (baseTableName As String) As Boolean

Parameters

baseTableName
String

Returns

true if this table is derived from the table that is specified by the baseTableName parameter.

Applies to