Compartir a través de


EdmCoreModel.GetPropertyPath(Boolean) Método

Definición

Obtiene una referencia a la definición de tipo Edm.PropertyPath.

public Microsoft.OData.Edm.IEdmPathTypeReference GetPropertyPath (bool isNullable);
member this.GetPropertyPath : bool -> Microsoft.OData.Edm.IEdmPathTypeReference
Public Function GetPropertyPath (isNullable As Boolean) As IEdmPathTypeReference

Parámetros

isNullable
Boolean

Marca que especifica si el tipo al que se hace referencia debe ser que acepta valores NULL.

Devoluciones

Nueva referencia de tipo Edm.PropertyPath.

Se aplica a