Click or drag to resize

Schema Properties

The Schema type exposes the following members.

Properties
  Name Description
Public property AllowNumericNulls Set this value to False to convert all Null values encountered in numeric fields to zeros.
Public property AllowTextNulls Set this value to False to convert all Null values encountered in character fields to empty strings.
Public property Connection IDbConnection to open a database connection
Public property ConnectionString OLEDB connection string to data source to analyze.
Public property DataSourceType Type of database specified in connect string.
Public property ImmediateClose Set this value to False to keep the schema connection used during analysis open after analysis is complete.
Public property Tables Get or set - information to process Tables
Public property TableTypeRestriction Set this value to restrict the types of tables returned in your schema. Table types can be OR'd together to create this table type restriction.
Top
See Also