Represents the ntext data type.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class NText : DataType
Visual Basic (Declaration)
Public NotInheritable Class NText _
	Inherits DataType
Visual C++
public ref class NText sealed : public DataType

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.DataType
    PerpetuumSoft.DataModel.MsSql..::.DataType..::.NText

See Also