Microsoft.Data.Schema.Generators.Sql Namespace

The Microsoft.Data.Schema.Generators.Sql namespace contains data types used for SQL generated data content.

Classes

  Class Description
Public class BigInt Generates a random number between min and max values for the bigint data type in SQL.
Public class Bit Randomly generates a bit for data insertion.
Public class ConnectionInfo Represents connection information.
Public class DatabaseDecimal Generates random decimal/numeric values between min and max.
Public class DatabaseFloat Randomly generates floats.
Public class DatabaseGuid Generates a random GUID.
Public class DatabaseReal Generates a random float value.
Public class DataBoundGenerator Represents a data bound generator.
Public class DateTime2Generator Represents the date and time generator.
Public class DateTimeOffsetGenerator Represents the date and time offset generator.
Public class DistributionBase Represents the distribution base.
Public class Exponential Represents exponent generation.
Public class ExponentialInverse Represents exponential inverse generation.
Public class Image Generates an image.
Public class Int Generates a random integer.
Public class Money Generates a random money value between min and max.
Public class Normal Provides a normal distribution for use with data generators.
Public class NormalBase Abstract base class for normal-type distributions.
Public class NormalInverse Provides an inverse normal distribution for use with data generators.
Public class Numeric<T> Represents the base class from which all the data generators for numeric values are derived.
Public class RegexString Generates strings by using a regular expression as a pattern.
Public class SmallInt Generates a random small integer SQL data type.
Public class SqlDateTimeGenerator Generates dates and times for the datetime field in SQL.
Public class StringGenerator Represents the string generator.
Public class TimeSpanGenerator Generates a time interval.
Public class TinyInt Generates a tinyint.
Public class Uniform Provides a uniform distribution for use with data generators.
Public class VarBinary Generates a random amount of binary data between minimum and maximum in bytes.