DictRelation.isSurrogateForeignKeyRelation(Int32, 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.
Verifies whether there is surrogate foreign key relation.
public:
static bool isSurrogateForeignKeyRelation(int _tableId, System::String ^ _relationName);
public static bool isSurrogateForeignKeyRelation (int _tableId, string _relationName);
static member isSurrogateForeignKeyRelation : int * string -> bool
Public Shared Function isSurrogateForeignKeyRelation (_tableId As Integer, _relationName As String) As Boolean
Parameters
- _tableId
- Int32
- _relationName
- String
Returns
true if there is a surrogate foreign key relation; otherwise, false.