Click or drag to resize

TempTableOptions Class

Holds options used for creating a temporary db table.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogicTempTableOptions

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public sealed class TempTableOptions

The TempTableOptions type exposes the following members.

Constructors
  NameDescription
Public methodTempTableOptions
Top
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
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also