Click or drag to resize

TempTableOptions Properties

The TempTableOptions type exposes the following members.

Properties
  NameDescription
Public propertyColumnName
Name of the single column in the temporary table. If unspecified the column will be named "value".
Public propertyCreateIndex
If true, a clustered index is created for the single column on the temp table.
Public propertyStatic memberDefault
Public propertyUseConnectionCollation
If true we will look up and use the default collation for the database that we have a connection to.
Top
See Also