Click or drag to resize

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
Syntax
public string TableAlias { get; }

Property Value

Type: String
The table alias.
See Also