Show / Hide Table of Contents

    FromTableAttribute.AliasDefined Property

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    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