CoreStrings.ConflictingKeylessAndPrimaryKeyAttributes(Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O tipo de entidade '{entity}' tem atributos [Keyless] e [PrimaryKey]; um deve ser removido.
public static string ConflictingKeylessAndPrimaryKeyAttributes(object? entity);
static member ConflictingKeylessAndPrimaryKeyAttributes : obj -> string
Public Shared Function ConflictingKeylessAndPrimaryKeyAttributes (entity As Object) As String
Parâmetros
- entity
- Object