IEdmDelayedValue Interface
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