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.
Represents a delayed value.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Interface IEdmDelayedValue
'Usage
Dim instance As IEdmDelayedValue
public interface IEdmDelayedValue
public interface class IEdmDelayedValue
type IEdmDelayedValue = interface end
public interface IEdmDelayedValue
The IEdmDelayedValue type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Value | Gets the data stored in this value. |
Top