Show / Hide Table of Contents

    FromTableAttribute.AliasDefined Property

    .NET Standard 2.x

    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

    Back to top Generated by Appeon