DatabaseDecimal Class

Generates random decimal/numeric values between min and max.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
<DatabaseSchemaProviderCompatibilityAttribute(GetType(SqlDatabaseSchemaProvider))> _
Public NotInheritable Class DatabaseDecimal _
    Inherits Numeric(Of SqlDecimal)
'Usage
Dim instance As DatabaseDecimal
[CLSCompliantAttribute(true)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))]
public sealed class DatabaseDecimal : Numeric<SqlDecimal>
[CLSCompliantAttribute(true)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))]
public ref class DatabaseDecimal sealed : public Numeric<SqlDecimal>
public final class DatabaseDecimal extends Numeric<SqlDecimal>
[<SealedAttribute>]
[<CLSCompliantAttribute(true)>]
[<DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))>]
type DatabaseDecimal =  
    class
        inherit Numeric<SqlDecimal>
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.DataGenerator.Generator
    Microsoft.Data.Schema.Generators.Sql.Numeric<SqlDecimal>
      Microsoft.Data.Schema.Generators.Sql.DatabaseDecimal

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DatabaseDecimal Members

Microsoft.Data.Schema.Generators.Sql Namespace