Share via


xRecord.hasRelatedTable(String) Method

Definition

Indicates whether a foreign key constraint buffer is linked with the table.

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

Parameters

_relatedRoleName
String

Returns

true if a foreign key constraint buffer is linked with the table; otherwise, false.

Applies to