Compartir a través de


ODataPathExtensions.IsStreamPropertyPath(ODataPath) Método

Definición

Obtiene un valor booleano que indica si la ruta de acceso especificada es una ruta de acceso de propiedad de secuencia.

public static bool IsStreamPropertyPath (this Microsoft.OData.UriParser.ODataPath path);
static member IsStreamPropertyPath : Microsoft.OData.UriParser.ODataPath -> bool
<Extension()>
Public Function IsStreamPropertyPath (path As ODataPath) As Boolean

Parámetros

path
ODataPath

Ruta de acceso de odata especificada.

Devoluciones

true/false

Se aplica a