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
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, 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 |