Exports the entity into an EntityStateSet

Namespace: RiaServicesContrib.Extensions
Assembly: RiaServicesContrib.EntityTools (in RiaServicesContrib.EntityTools.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static EntityStateSet Export(
	this Entity entity
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function Export ( _
	entity As Entity _
) As EntityStateSet
Visual C++
[ExtensionAttribute]
public:
static EntityStateSet^ Export(
	Entity^ entity
)

Parameters

entity
Type: Entity
The entity to extract

Return Value

NOTE: For modified entities, only changed state is exported, not all state

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Entity. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also