DBObjectName Property
- Last UpdatedNov 06, 2025
- 1 minute read
Contains the name of the Stored Procedure or Table this ObjectCommand is associated with.
'Declaration
<XmlAttributeAttribute()>
Public Property DBObjectName As String
'Usage
Dim instance As ObjectCommand
Dim value As String
instance.DBObjectName = value
value = instance.DBObjectName
[XmlAttribute()]
public string DBObjectName {get; set;}