ColumnsBuilder Class

Definition

A builder for ColumnOperation operations.

public class ColumnsBuilder
type ColumnsBuilder = class
Public Class ColumnsBuilder
Inheritance
ColumnsBuilder

Constructors

ColumnsBuilder(CreateTableOperation)

Constructs a builder for the given CreateTableOperation.

Methods

Column<T>(String, Nullable<Boolean>, Nullable<Int32>, Boolean, String, Boolean, Object, String, String)

Adds a AddColumnOperation to the CreateTableOperation.

Note that for nullable parameters a null value means not-specified.

Column<T>(String, Nullable<Boolean>, Nullable<Int32>, Boolean, String, Boolean, Object, String, String, Nullable<Boolean>)

Adds a AddColumnOperation to the CreateTableOperation.

Note that for nullable parameters a null value means not-specified.

Column<T>(String, Nullable<Boolean>, Nullable<Int32>, Boolean, String, Boolean, Object, String, String, Nullable<Boolean>, String)

Adds a AddColumnOperation to the CreateTableOperation.

Note that for nullable parameters a null value means not-specified.

Column<T>(String, Nullable<Boolean>, Nullable<Int32>, Boolean, String, Boolean, Object, String, String, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)

Adds a AddColumnOperation to the CreateTableOperation.

Applies to