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

In This Topic
Name Property (DbName)
In This Topic
Gets the name of the database object, such as a table or view.
Syntax
'Declaration
 
Public ReadOnly Property Name As String
 

Property Value

A System.String representing the name of the database object.
See Also