CoreStrings.DerivedEntityCannotBeKeyless(Object) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Nelze nastavit základní typ pro typ entity {entityType}, protože je nakonfigurovaný jako bezklíčový. Další informace o typech entit bez klíčů najdete v tématu https://go.microsoft.com/fwlink/?linkid=2141943.
public static string DerivedEntityCannotBeKeyless(object entityType);
public static string DerivedEntityCannotBeKeyless(object? entityType);
static member DerivedEntityCannotBeKeyless : obj -> string
Public Shared Function DerivedEntityCannotBeKeyless (entityType As Object) As String
Parametry
- entityType
- Object