TempTableOptions Properties |
The TempTableOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnName |
Name of the single column in the temporary table.
If unspecified the column will be named "value".
| |
| CreateIndex |
If true, a clustered index is created for the single column on the temp table.
| |
| Default | ||
| UseConnectionCollation |
If true we will look up and use the default collation for the database that we have a connection to.
|