Click or drag to resize

IDBRenameableElement Interface

Interface for DB elements which are renameable.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public interface IDBRenameableElement

The IDBRenameableElement type exposes the following members.

Properties
  NameDescription
Public propertyIsRenamed
Gets a value indicating whether this instance is renamed to a new value.
Public propertyNewName
Gets the new name, if the element was renamed, otherwise the original name
Public propertyOriginalName
Gets the original name of the element.
Top
See Also