Skip to content

Sql.Convert method

Creates a Convert() expression.

public static string Convert(string type, string field)
parameter description
type The type.
field The field.

Return Value

The Convert() expression.

Exceptions

exception condition
ArgumentNullException type or field is null or empty.

See Also