Sql.Convert method
namespace: Serenity.Data assembly: Serenity.Net.Data
Creates a Convert() expression.
public static string Convert(string type, string field)
| parameter | description |
|---|---|
| type | The type. |
| field | The field. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | type or field is null or empty. |
See Also
- class Sql