CsdlLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |