GetValue Method
Collapse the table of content
Expand the table of content

MetaAccessor<TEntity, TMember>.GetValue Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies the strongly typed value.

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

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft