xRecord.hasRelatedTable(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 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.