SqlServerIndexAnnotations.SetInclude(IReadOnlyList<String>) 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.
Tenta definir nomes de propriedade incluídos usando a semântica do RelationalAnnotations em uso.
protected virtual bool SetInclude(System.Collections.Generic.IReadOnlyList<string> properties);
abstract member SetInclude : System.Collections.Generic.IReadOnlyList<string> -> bool
override this.SetInclude : System.Collections.Generic.IReadOnlyList<string> -> bool
Protected Overridable Function SetInclude (properties As IReadOnlyList(Of String)) As Boolean
Parâmetros
- properties
- IReadOnlyList<String>
O valor a ser definido.
Retornos
True se a anotação foi definida; false Caso contrário.