RelationalStrings.ImplicitDefaultNamesNotSupportedForTpcWhenNamesClash 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.
Named default constraints can't be used with TPC or entity splitting if they result in non-unique constraint name. Constraint name: '{constraintNameCandidate}'.
public static string ImplicitDefaultNamesNotSupportedForTpcWhenNamesClash(object? constraintNameCandidate);
static member ImplicitDefaultNamesNotSupportedForTpcWhenNamesClash : obj -> string
Public Shared Function ImplicitDefaultNamesNotSupportedForTpcWhenNamesClash (constraintNameCandidate As Object) As String
Parameters
- constraintNameCandidate
- Object