TempTableOptions Class |
Namespace: Omada.OE.AppLogic
public sealed class TempTableOptions
The TempTableOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | TempTableOptions |
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.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |