SetValue Method
Collapse the table of content
Expand the table of content

MetaAccessor<TEntity, TMember>.SetValue Method

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

Specifies an instance on which to set the strongly typed value.

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

public abstract void SetValue(
	ref TEntity instance,
	TMember value
)

Parameters

instance
Type: TEntity %
The instance into which to set the value.
value
Type: TMember
The strongly typed value to set.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft