Gets if a type is declared as a user defined one.

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

Syntax

C#
public virtual bool IsUserDefinedType { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property IsUserDefinedType As Boolean
Visual C++
public:
virtual property bool IsUserDefinedType {
	bool get ();
}

See Also