Share via


CsdlLocation Class

Definition

Defines a location in a CSDL file.

public class CsdlLocation : Microsoft.OData.Edm.EdmLocation
type CsdlLocation = class
    inherit EdmLocation
Public Class CsdlLocation
Inherits EdmLocation
Inheritance
CsdlLocation

Properties

LineNumber

Gets the line number in the file.

LinePosition

Gets the position in the line.

Path

Gets the path string.

Source

Gets the source of the file.

Methods

ToString()

Gets a string representation of the location.

Applies to