Click or drag to resize

OleDbSchema Properties

The OleDbSchema type exposes the following members.

Properties
 NameDescription
Public propertyCaseSensitiveGets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive.
(Inherited from DataSet)
Public propertyConnectionString Gets or sets the connection string used to fill this schema.
Public propertyContainerGets the container for the component.
(Inherited from MarshalByValueComponent)
Public propertyDataSetNameGets or sets the name of the current DataSet.
(Inherited from DataSet)
Public propertyDefaultViewManagerGets a custom view of the data contained in the DataSet to allow filtering, searching, and navigating using a custom DataViewManager.
(Inherited from DataSet)
Public propertyDesignModeGets a value indicating whether the component is currently in design mode.
(Inherited from MarshalByValueComponent)
Public propertyEnforceConstraintsGets or sets a value indicating whether constraint rules are followed when attempting any update operation.
(Inherited from DataSet)
Protected propertyEventsGets the list of event handlers that are attached to this component.
(Inherited from MarshalByValueComponent)
Public propertyExtendedPropertiesGets the collection of customized user information associated with the DataSet.
(Inherited from DataSet)
Public propertyHasErrorsGets a value indicating whether there are errors in any of the DataTable objects within this DataSet.
(Inherited from DataSet)
Public propertyIsInitializedGets a value that indicates whether the DataSet is initialized.
(Inherited from DataSet)
Public propertyLocaleGets or sets the locale information used to compare strings within the table.
(Inherited from DataSet)
Public propertyNamespaceGets or sets the namespace of the DataSet.
(Inherited from DataSet)
Public propertyPrefixGets or sets an XML prefix that aliases the namespace of the DataSet.
(Inherited from DataSet)
Public propertyRelationsGets the collection of relations that link tables and allow navigation from parent tables to child tables.
(Inherited from DataSet)
Public propertyRemotingFormatGets or sets a SerializationFormat for the DataSet used during remoting.
(Inherited from DataSet)
Public propertySchemaSerializationModeGets or sets a SchemaSerializationMode for a DataSet.
(Inherited from DataSet)
Public propertySiteGets or sets an ISite for the DataSet.
(Inherited from DataSet)
Public propertyTablesGets the collection of tables contained in the DataSet.
(Inherited from DataSet)
Top
See Also