Gets full name of the column.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public override string FullName { get; } |
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property FullName As String |
| Visual C++ |
|---|
public: virtual property String^ FullName { String^ get () override; } |