SqlComputeAttribute.AliasDefined Property
.NET Standard 2.x
Gets whether the computed column has an alias.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public bool AliasDefined => !string.IsNullOrWhiteSpace(this.Alias);
Property Value
System.Boolean
True: an alias has been defined for the computed column.
False (default): an alias has NOT been defined for the computed column.
Applies to
.NET Standard
2.x