DictTable.Isderivedfrom(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.