Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an EDM component who is invalid or whose validity is unknown at construction.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Interface IEdmCheckable
'Usage
Dim instance As IEdmCheckable
public interface IEdmCheckable
public interface class IEdmCheckable
type IEdmCheckable = interface end
public interface IEdmCheckable
The IEdmCheckable type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Errors | Gets an error if one exists with the current object. |
Top