C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetFieldCollection Class / AssignFrom Method
The C1.C1Preview.OwnedCollectionBase to copy items from.

In This Topic
AssignFrom Method (DataSetFieldCollection)
In This Topic
Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the System.ICloneable interface (if an item that does not support is encountered, an exception occurs).
Syntax
'Declaration
 
Public Overridable Sub AssignFrom( _
   ByVal source As OwnedCollectionBase _
) 
 

Parameters

source
The C1.C1Preview.OwnedCollectionBase to copy items from.
See Also