IAlias interface

namespace: Serenity.Data   assemblySerenity.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