Edit

Server2003Grbits.EnumerateIgnoreUserDefinedDefault field

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.

See also

Reference

Server2003Grbits class

Server2003Grbits members

Microsoft.Isam.Esent.Interop.Server2003 namespace