ColumnsBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A builder for ColumnOperation operations.
public class ColumnsBuilder
[System.Runtime.CompilerServices.Nullable(0)]
public class ColumnsBuilder
type ColumnsBuilder = class
[<System.Runtime.CompilerServices.Nullable(0)>]
type ColumnsBuilder = class
Public Class ColumnsBuilder
- Inheritance
-
ColumnsBuilder
- Attributes
Constructors
| Name | Description |
|---|---|
| ColumnsBuilder(CreateTableOperation) |
Constructs a builder for the given CreateTableOperation. |
Methods
| Name | Description |
|---|---|
| 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. |
| 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 |
| 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 |
| 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 |