DatabaseFloat Members
A sealed data generator class that generates double values.
The following tables list the members exposed by the DatabaseFloat type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
DatabaseFloat | Initializes a new instance of the DatabaseFloat class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Collation | Gets or sets the collation, or linguistically appropriate sorting, of this column. (Inherited from Generator.) |
![]() |
ColumnName | Gets or sets the column name. (Inherited from Generator.) |
![]() |
Constraints | Gets the check constraint information for the column. (Inherited from Generator.) |
![]() |
DefaultLocaleId | Gets or sets the locale ID. (Inherited from Generator.) |
![]() |
DefaultValue | Gets or sets the default value of the column. (Inherited from Generator.) |
![]() |
Distribution | Gets or sets the distribution that is associated with a data generator for numeric values. (Inherited from Numeric.) |
![]() |
Max | Gets or sets the maximum value that the data generator for numeric values can produce. (Inherited from Numeric.) |
![]() |
MaxLength | Gets or sets the maximum length for this column. (Inherited from Generator.) |
![]() |
Min | Gets or sets the minimum value that the data generator for numeric values can produce. (Inherited from Numeric.) |
![]() |
Nullable | Gets or sets a value that indicates whether this column can be set to NULL. (Inherited from Generator.) |
![]() |
OutputKey | Gets or sets the key that is used to retrieve output values. (Inherited from Generator.) |
![]() |
PercentageNull | Gets or sets the percentage of the generated values for this column that should be a null reference (Nothing in Visual Basic). The percentage is expressed as an integer between 0 and 100. (Inherited from Generator.) |
![]() |
Precision | Gets or sets the precision of the data. (Inherited from Generator.) |
![]() |
Result | Gets the output value of the data generator. |
![]() |
RowsToInsert | Gets or sets the number of rows to generate. (Inherited from Generator.) |
![]() |
Scale | Gets or sets the scale of the data. (Inherited from Generator.) |
![]() |
SchemaName | Gets or sets the name of the schema to which the column belongs. (Inherited from Generator.) |
![]() |
Seed | Gets or sets the seed. You can use the seed to initialize a deterministic random data generation algorithm. (Inherited from Generator.) |
![]() |
Step | Gets or sets the step value that the data generator for numeric values uses when it produces unique values. (Inherited from Numeric.) |
![]() |
TableName | Gets or sets the name of the table to which the column belongs. (Inherited from Generator.) |
![]() |
TargetType | Gets or sets the SQL data type of the column. (Inherited from Generator.) |
![]() |
Unique | Gets or sets a value that indicates whether the column that is being generated is part of a unique constraint or primary key constraint. (Inherited from Generator.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. Releases the resources that the Generator class used. (Inherited from Generator.) |
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GenerateNextValues | Generates the next value according to the data generation algorithm. (Inherited from Generator.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetOutputValue | Retrieves an output value by using the OutputKey. (Inherited from Generator.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes the data generator. (Inherited from Generator.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
SetInputValues | Sets the input values for a data generator. (Inherited from Generator.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
ValidateInputs | Validates that all the required inputs on the data generator have been set. (Inherited from Generator.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. Releases the resources that the Generator class used. (Inherited from Generator.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnGenerateNextValues | Generates the next value according to the data generation algorithm. (Inherited from Generator.) |
![]() |
OnGetOutputValue | Retrieves the current set of results that consists of one or more values. (Inherited from Generator.) |
![]() |
OnInitialize | Initializes the generator. (Inherited from Generator.) |
![]() |
OnSetInputValues | Sets the input values for a data generator. (Inherited from Generator.) |
![]() |
OnValidateInputs | Validates that all the required inputs on the data generator have been set. (Inherited from Generator.) |
Top
See Also
Reference
DatabaseFloat Class
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace