Show / Hide Table of Contents

    SqlDefaultValueAttribute.DefaultValue Property

    .NET Standard 2.x

    Gets the definition of the default value for the mapped column in database.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public string DefaultValue { get; }
    

    Property Value

    System.String

    The definition of the column default value in the database. This parameter is only used to show the definition.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon