1 |
5.586439 |
DFX_Operation::AddToSelectList |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
AddToSelectList, // builds SELECT clause
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.16.27023\atlmfc\include\afxdao.h(403,0) |
|
2 |
1.382573 |
DFX_Operation |
Enum |
|
|
|
|
|
|
enum DFX_Operation
{
AddToParameterList, // builds PARAMETERS clause
AddToSelectList, // builds SELECT clause
BindField, // sets up binding structure
BindParam, // sets parameter values
Fixup, // sets NULL status
AllocCache, // allocates cache used for dirty check
StoreField, // saves current record to cache
LoadField, // restores cached data to member vars
FreeCache, // frees cache
SetFieldNull, // sets field status & value to NULL
MarkForAddNew, // marks fields dirty if not PSEUDO NULL
MarkForEdit, // marks fields dirty if don't match cache
SetDirtyField, // sets field values marked as dirty
DumpField,
MaxDFXOperation, // dummy operation type for input checking
};
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.16.27023\atlmfc\include\afxdao.h(400,0) |
|