| DataHelperEnsureRandomValues Method | 
Note: This API is now obsolete.
            Ensures random values in specified int column.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntax[ObsoleteAttribute("Use custom logic instead.")]
public static void EnsureRandomValues(
	DataTable dt,
	string columnName,
	int minValue,
	int maxValue
)Parameters
- dt
- Type: System.DataDataTable
 Data table
- columnName
- Type: SystemString
 Column name
- minValue
- Type: SystemInt32
 Minimal value
- maxValue
- Type: SystemInt32
 Maximal value
 See Also
See Also