Click or drag to resize

SqlIdFilterHelperTTempTable Property

Name of the temp table. The temp table gets a single column named "Id" (with datatype integer or uniqueidentifier). Used when there are too many ids for an "where id in (xxx)". Must not start with #.

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string TempTable { get; }

Property Value

Type: String
See Also