Click or drag to resize
DataHelper.TryGetDataRowViewValue Method
Returns the value from the DataRowView field.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
public static bool TryGetDataRowViewValue(
	DataRowView dr,
	string columnName,
	out Object value
)

Parameters

dr
Type: System.Data.DataRowView
DataRowView with the data
columnName
Type: System.String
Column name
value
Type: System.Object
Returning the value

Return Value

Type: Boolean
Returns true if the value (field) is not found
See Also