Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 582 Bytes

File metadata and controls

20 lines (14 loc) · 582 Bytes

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