Share via


IGenerator Members

Include Protected Members
Include Inherited Members

Defines the data generator contract.

The IGenerator type exposes the following members.

Methods

 

Name

Description

Public method

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)

Public method

GenerateNextValues

Generates the next value according to the data generator algorithm.

Public method

GetOutputValue

Retrieves an output value.

Public method

Initialize

Initializes a data generator.

Public method

SetInputValues

Sets the input values for a data generator.

Public method

ValidateInputs

Validates that all the required inputs for a data generator have been set.

Top

See Also

Reference

IGenerator Interface

Microsoft.Data.Schema.DataGenerator Namespace