EnumerationOptions.PrototypeOnly Propriedade
Definição
Obtém ou define um valor que indica se a consulta deve retornar um protótipo do conjunto de resultados em vez dos resultados reais.Gets or sets a value indicating whether the query should return a prototype of the result set instead of the actual results. Este sinalizador é usado para criação de protótipos.This flag is used for prototyping.
public:
property bool PrototypeOnly { bool get(); void set(bool value); };
public bool PrototypeOnly { get; set; }
member this.PrototypeOnly : bool with get, set
Public Property PrototypeOnly As Boolean
Valor da propriedade
truese a consulta deve retornar um protótipo do conjunto de resultados em vez dos resultados reais; caso contrário, false .true if the query should return a prototype of the result set instead of the actual results; otherwise, false.
Comentários
Valor da propriedadeProperty Value
truese a consulta deve retornar um protótipo do conjunto de resultados em vez dos resultados reais; caso contrário, false .true if the query should return a prototype of the result set instead of the actual results; otherwise, false. O valor padrão é false.The default value is false.
Segurança do .NET Framework.NET Framework Security
Confiança total para o chamador imediato.Full trust for the immediate caller. Este membro não pode ser usado pelo código parcialmente confiável.This member cannot be used by partially trusted code. Para obter mais informações, consulte usando bibliotecas de código parcialmente confiável.For more information, see Using Libraries from Partially Trusted Code.