Imports an a list of EntityStateSet objects into the target
Namespace: RiaServicesContrib.ExtensionsAssembly: RiaServicesContrib.EntityTools (in RiaServicesContrib.EntityTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static IEnumerable<T> Import<T>( this EntitySet<T> collection, IList<EntityStateSet> stateSet, LoadBehavior loadBehavior ) where T : new(), Entity |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function Import(Of T As {New, Entity}) ( _ collection As EntitySet(Of T), _ stateSet As IList(Of EntityStateSet), _ loadBehavior As LoadBehavior _ ) As IEnumerable(Of T) |
Visual C++ |
---|
[ExtensionAttribute] public: generic<typename T> where T : gcnew(), Entity static IEnumerable<T>^ Import( EntitySet<T>^ collection, IList<EntityStateSet^>^ stateSet, LoadBehavior loadBehavior ) |
Parameters
- collection
- Type: EntitySet<(Of <(<'T>)>)>
Target EntitySet
- stateSet
- Type: System.Collections.Generic..::..IList<(Of <(<'EntityStateSet>)>)>
Source list of EntityStateSet objects
- loadBehavior
- Type: LoadBehavior
Load behavior used during load
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:RiaServicesContrib.Extensions.RiaServicesExtensions.Import``1(System.ServiceModel.DomainServices.Client.EntitySet{``0},System.Collections.Generic.IList{RiaServicesContrib.EntityStateSet},System.ServiceModel.DomainServices.Client.LoadBehavior)"]