MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / Table Class / Name Property

In This Topic
Name Property (Table)
In This Topic
Gets the name and schema of the table.
Syntax
'Declaration
 
Public ReadOnly Property Name As DbName
 

Property Value

A DbName object representing the name and schema of the table.
See Also