21 namespace Deveel.Data.Types {
25 if (columnName == null)
26 throw new ArgumentNullException(
"columnName");
28 ColumnName = columnName;
A long string in the system.
Describes the name of an object within a database.
Defines the properties of a specific SQL Type and handles the values compatible.
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
ColumnType(ObjectName columnName)