VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class / SourceColumnNullMapping Property


In This Topic
    SourceColumnNullMapping Property
    In This Topic
    Sets or gets a value which indicates whether the source column is nullable. This allows System.Data.Common.DbCommandBuilder to correctly generate Update statements for nullable columns. Sets or gets a value which indicates whether the source column is nullable. This allows VistaDBCommandBuilder to correctly generate Update statements for nullable columns.
    Syntax
    'Declaration
     
    
    Public Overrides Property SourceColumnNullMapping As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBParameter
    Dim value As System.Boolean
     
    instance.SourceColumnNullMapping = value
     
    value = instance.SourceColumnNullMapping
    public override System.bool SourceColumnNullMapping {get; set;}

    Property Value

    true if the source column is nullable; false if it is not.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also