DynamicModel.CopyFrom Method
.NET Standard 2.x
Copies data from another DynamicModel object to the current DynamicModel object.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| CopyFrom(DynamicModel dynamicModel) | Copies data from another DynamicModel object to the current DynamicModel object. |
| CopyFrom(DynamicModel dynamicModel, int propertyStart, int propertyEnd) | Copies the values of the properties within the specified scope of another DynamicModel object to the property of the corresponding location of the current DynamicModel object. |