FromTableAttribute.AliasDefined Property
.NET Standard 2.x | Current Version (1.0.1)
Gets whether the specified database table has an alias or not.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public bool AliasDefined { get; }
Property Value
System.Boolean
True: an alias has been defined for the specified database.
False: an alias has NOT been defined for the specified database.
Applies to
.NET Standard
2.x