Sql.Min method (1 of 3)

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates a MIN() expression

public static string Min(IField field)
parameter description
field The field.

Exceptions

exception condition
ArgumentNullException field is null or empty

See Also


Sql.Min method (2 of 3)

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates a MIN() expression

public static string Min(string field)
parameter description
field The field.

Exceptions

exception condition
ArgumentNullException field is null or empty

See Also


Sql.Min method (3 of 3)

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates a MIN() expression.

public static string Min(int joinNumber, string field)
parameter description
joinNumber The join number.
field The field.

Exceptions

exception condition
ArgumentNullException field is null or empty

See Also