Compartir a través de


ODataMessageReaderSettings.ShouldIncludeAnnotation Propiedad

Definición

Función para evaluar si el lector debe leer u omitir una anotación. La función debe devolver true si se debe leer la anotación y false si se debe omitir la anotación. Un valor NULL indica que se deben omitir todas las anotaciones.

public Func<string,bool> ShouldIncludeAnnotation { get; set; }
member this.ShouldIncludeAnnotation : Func<string, bool> with get, set
Public Property ShouldIncludeAnnotation As Func(Of String, Boolean)

Valor de propiedad

Se aplica a