DynamicModel.GetValue Method
.NET Standard 2.x
Gets the value of the specified property in the DynamicModel
object.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
GetValue(int index) | Gets the value of the specified property (by index) in the DynamicModel object. |
GetValue<TValue>(int index) | Gets the value of the specified property (by index) in the DynamicModel object, and casts it to the specified data type. |
GetValue(string columnName) | Gets the value of the specified property (by name) in the DynamicModel object. |
GetValue<TValue>(string columnName) | Gets the value of the specified property (by name) in the DynamicModel object, and casts it to the specified data type. |