MetaAccessor<TEntity, TMember>.GetValue Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Specifies the strongly typed value.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Syntax

'Declaration
Public MustOverride Function GetValue ( _
    instance As TEntity _
) As TMember
public abstract TMember GetValue(
    TEntity instance
)

Parameters

  • instance
    Type: TEntity
    The instance from which to get the value.

Return Value

Type: TMember
The value of this instance.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.