Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If a given column is not present in the record and it has a user defined default value then no column value will be returned. This option will prevent the callback that computes the user defined default value for the column from being called when enumerating the values for that column.
Namespace: Microsoft.Isam.Esent.Interop.Server2003
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Const EnumerateIgnoreUserDefinedDefault As EnumerateColumnsGrbit
'Usage
Dim value As EnumerateColumnsGrbit
value = Server2003Grbits.EnumerateIgnoreUserDefinedDefault
public const EnumerateColumnsGrbit EnumerateIgnoreUserDefinedDefault
Remarks
This option is only available for Windows Server 2003 SP1 and later operating systems.