FilterConditionTableAlias Property |
Gets the table alias. Usually, this is the navigation column, which points to the actual table to be filtered.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string TableAlias { get; }
Public ReadOnly Property TableAlias As String
Get
public:
property String^ TableAlias {
String^ get ();
}
member TableAlias : string with get
Property Value
Type:
String
The table alias.
See Also