DataGetValue(DataRow, String, Object) Method
Allows obtain the value of a field from a datarow.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object GetValue(
DataRow data,
string field,
Object defaultValue = null
)
Public Shared Function GetValue (
data As DataRow,
field As String,
Optional defaultValue As Object = Nothing
) As Object
- data DataRow
- Data to evaluate.
- field String
- Field name.
- defaultValue Object (Optional)
- Default value.
ObjectObject with the value of a field from a datarow.