Gets the element full name.

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

Syntax

C#
public virtual string FullName { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property FullName As String
Visual C++
public:
virtual property String^ FullName {
	String^ get ();
}

See Also