IAlias interface
namespace: Serenity.Data assembly: Serenity.Net.Data
Interface for table aliases.
public interface IAlias
Members
| name | description |
|---|---|
| Name { get; } | Gets the name. |
| NameDot { get; } | Gets the name plus dot. |
| Table { get; } | Gets the table. |
See Also
- Source: IAlias.cs