Enum BuildSqlFlags
Flags indicating the behavior of Sql statement generators
[Flags]
public enum BuildSqlFlags
- Extension Methods
Fields
CreateLookUpTables = 8When is set indicates that look up DataTables must created too, along with Sql generation
GuidOids = 2When is set indicates that the OID is a Guid string.
IncludeBlobFields = 4When is set indicates that blob fields must included into the SELECT of the List (browser) part.
None = 0Container flag
OidModeIsBefore = 1When is set indicates that the OIDs must be created before an INSERT statement execution.
This is the case with an Oracle sequencer or Firebird generator or when the OID is a Guid or anyother string.