DynamicModel.SetValue Method
.NET Standard 2.x
Sets the value for the specified property in the DynamicModel
object.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
SetValue(int index, object value) | Sets the value for the specified property (by index) in the DynamicModel object. |
SetValue(string columnName, object value) | Sets the value for the specified property (by name) in the DynamicModel object. |