Mini SQL Query Extensibility Documentation
FullName Property
NamespacesMiniSqlQuery.Core.DbModelDbModelObjectBaseFullName
Gets the full name of the object which may include the Schema for example.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string FullName { get; }
Public Overridable ReadOnly Property FullName As String
public:
virtual property String^ FullName {
	String^ get ();
}
Value
The full name.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)