SetBoxedValue Method
Collapse the table of content
Expand the table of content

MetaAccessor<TEntity, TMember>.SetBoxedValue 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 boxed value.

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

public override void SetBoxedValue(
	ref Object instance,
	Object value
)

Parameters

instance
Type: System.Object %
The instance into which to set the boxed value.
value
Type: System.Object
The value to set.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft