Click or drag to resize
TypedViewBaseT Properties

The TypedViewBaseT generic type exposes the following members.

Properties
  NameDescription
Public propertyCaseSensitive
Indicates whether string comparisons within the table are case-sensitive.
(Inherited from DataTable.)
Public propertyChildRelations
Gets the collection of child relations for this DataTable.
(Inherited from DataTable.)
Public propertyColumns
Gets the collection of columns that belong to this table.
(Inherited from DataTable.)
Public propertyConstraints
Gets the collection of constraints maintained by this table.
(Inherited from DataTable.)
Public propertyContainer
Gets the container for the component.
(Inherited from MarshalByValueComponent.)
Public propertyCount
Returns the amount of rows in this typed view.
Public propertyDataSet
Gets the DataSet to which this table belongs.
(Inherited from DataTable.)
Public propertyDefaultView
Gets a customized view of the table that may include a filtered view, or a cursor position.
(Inherited from DataTable.)
Public propertyDesignMode
Gets a value indicating whether the component is currently in design mode.
(Inherited from MarshalByValueComponent.)
Public propertyDisplayExpression
Gets or sets the expression that returns a value used to represent this table in the user interface. The DisplayExpression property lets you display the name of this table in a user interface.
(Inherited from DataTable.)
Protected propertyEvents
Gets the list of event handlers that are attached to this component.
(Inherited from MarshalByValueComponent.)
Public propertyExtendedProperties
Gets the collection of customized user information.
(Inherited from DataTable.)
Public propertyHasErrors
Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs.
(Inherited from DataTable.)
Public propertyIsInitialized
Gets a value that indicates whether the DataTable is initialized.
(Inherited from DataTable.)
Public propertyItem
Indexer of this strong typed list
Public propertyLocale
Gets or sets the locale information used to compare strings within the table.
(Inherited from DataTable.)
Public propertyMinimumCapacity
Gets or sets the initial starting size for this table.
(Inherited from DataTable.)
Public propertyNamespace
Gets or sets the namespace for the XML representation of the data stored in the DataTable.
(Inherited from DataTable.)
Public propertyParentRelations
Gets the collection of parent relations for this DataTable.
(Inherited from DataTable.)
Public propertyPrefix
Gets or sets the namespace for the XML representation of the data stored in the DataTable.
(Inherited from DataTable.)
Public propertyPrimaryKey
Gets or sets an array of columns that function as primary keys for the data table.
(Inherited from DataTable.)
Public propertyRemotingFormat
Gets or sets the serialization format.
(Inherited from DataTable.)
Public propertyRows
Gets the collection of rows that belong to this table.
(Inherited from DataTable.)
Public propertySite
Gets or sets an ISite for the DataTable.
(Inherited from DataTable.)
Public propertyTableName
Gets or sets the name of the DataTable.
(Inherited from DataTable.)
Top
Explicit Interface Implementations
See Also