Metadata describing the SQL result set column aliases
for a particular entity
The following tables list the members exposed by the IEntityAliases type.
Public Methods
| Name | Description | |
|---|---|---|
| GetSuffixedPropertyAliases |
The result set column aliases for the property columns of a subclass
|
Public Properties
| Name | Description | |
|---|---|---|
| RowIdAlias |
The result set column alias for the Oracle row id
| |
| SuffixedDiscriminatorAlias |
The result set column aliases for the discriminator columns
| |
| SuffixedKeyAliases |
The result set column aliases for the primary key columns
| |
| SuffixedPropertyAliases |
The result set column aliases for the property columns
| |
| SuffixedVersionAliases |
The result set column aliases for the version columns
|