'Declaration Public Overloads Shared Sub ValidateInteger( _ ByVal expression As ExpressionInfo, _ ByVal min As Integer, _ ByVal max As Integer _ )
public static void ValidateInteger( ExpressionInfo expression, int min, int max )
Parameters
- expression
- An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value to validate.
- min
- An System.Int32 value representing the minimun size allowed.
- max
- An System.Int32 value representing the maximum size allowed.