JoinTableAttribute.AliasDefined Property
.NET Standard 2.x
Gets whether the table to join has an alias or not.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public bool AliasDefined { get; }
Property Value Type
System.Boolean
True
: an alias has been specified for the table to join.
False
: an alias has NOT been specified for the table to join.
Applies to
.NET Standard
2.x