The following tables list the members exposed by Entity.
Public Properties
| Name | Description |
 | FullName |
Gets the full name of the entity formatted as schema.name. If the entity has no schema, only the name is returned.
|
 | FullNameDelimited |
Gets the delimited full name of the entity. For a SQL Server entity, the delimited full-name is formatted as [schema].[name].
|
 | Id |
Gets or sets a unique id for the entity.
|
 | Name |
Gets or sets the name of the entity.
|
 | Parent |
Gets the parent entity of this entity.
|
 | Schema |
Gets or set the entity schema.
|
Top
Public Methods
| Name | Description |
 | ToString |
Returns the full name of the entity.
|
Top
See Also