RelationalStrings.ExplicitDefaultConstraintNamesNotSupportedForTpc 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.
Can't use explicitly named default constraints with TPC inheritance or entity splitting. Constraint name: '{explicitDefaultConstraintName}'.
public static string ExplicitDefaultConstraintNamesNotSupportedForTpc(object? explicitDefaultConstraintName);
static member ExplicitDefaultConstraintNamesNotSupportedForTpc : obj -> string
Public Shared Function ExplicitDefaultConstraintNamesNotSupportedForTpc (explicitDefaultConstraintName As Object) As String
Parameters
- explicitDefaultConstraintName
- Object