Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Example
Code Block
csharp
csharp
titleC#

          //--- Get IgnoreNulls
          bool ignoreNulls = importProps.ignoreNullsIgnoreNulls;

          //--- Set IgnoreNull
          importProps.IgnoreNulls = true;
        
Code Block
vb.net
vb.net
titlevb.net

          '--- Get IgnoreNulls
          Dim ignoreNulls As Boolean = importProps.IgnoreNulls

          '--- Set IgnoreNulls
          importProps.IgnoreNulls = True
        
Remarks

When IgnoreNulls is set to true it will also affect column names when UseColumnNames is also set to true.