Generator Members
Include Protected Members
Include Inherited Members
This class is the abstract base class for data generators.
The Generator type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the Generator class.
Top
Methods
Name
Description
Overloaded. Releases the resources that the Generator class used.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Generates the next value according to the data generation algorithm.
Serves as a hash function for a particular type. (Inherited from Object.)
Retrieves an output value by using the OutputKey.
Gets the type of the current instance. (Inherited from Object.)
Initializes the data generator.
Creates a shallow copy of the current Object. (Inherited from Object.)
Generates the next value according to the data generation algorithm.
Retrieves the current set of results that consists of one or more values.
Initializes the generator.
Generates the next set of values for a data row.
Sets the input values for a data generator.
Validates that all the required inputs on the data generator have been set.
Sets the extension handle, as specified.
Sets the input values for a data generator.
Returns a string that represents the current object. (Inherited from Object.)
Validates that all the required inputs on the data generator have been set.
Top
Properties
Name
Description
Gets or sets the collation, or linguistically appropriate sorting, of this column.
Gets or sets the column.
Gets or sets the column name.
Gets or sets the check constraint information for the column.
Gets or sets the locale ID.
Gets or sets the default value of the column.
Gets the extension handle.
Gets or sets the maximum length for this column.
Gets or sets a value that indicates whether this column can be set to nulla null reference (Nothing in Visual Basic).
Gets or sets the key that is used to retrieve output values.
Gets or sets the percentage of the generated values for this column that should be nulla null reference (Nothing in Visual Basic). The percentage is expressed as an integer between 0 and 100.
Gets or sets the precision of the data.
Gets or sets the number of rows to generate.
Gets or sets the scale of the data.
Gets or sets the name of the schema to which the column belongs.
Gets or sets the seed. You can use the seed to initialize a deterministic random data generation algorithm.
Gets or sets the name of the table to which the column belongs.
Gets or sets the SQL data type of the column.
Gets or sets a value that indicates whether the column that is being generated is part of a unique constraint or a primary key constraint.
Top