Enum TextColumnType
Specifies the type of text column in the database.
Namespace: Umbraco.Cms.Core.Persistence
Assembly: Umbraco.Core.dll
Syntax
public enum TextColumnType
Fields
| Name | Description |
|---|---|
| NText | A large Unicode text column (ntext). |
| NVarchar | A variable-length Unicode string column (nvarchar). |