Mono Class Library: Overview

System.Data.DataTable: Members

The members of System.Data.DataTable are listed below.

See Also: Inherited members from System.ComponentModel.MarshalByValueComponent

Public Constructors

Construct an empty System.Data.DataTable.
Create a System.Data.DataTable with the specified name.
Documentation for this section has not yet been entered.

Protected Constructors

Protected Fields

fInitInProgressbool. Documentation for this section has not yet been entered.

Public Properties

CaseSensitivebool. Documentation for this section has not yet been entered.
[read-only]
ChildRelationsDataRelationCollection. Documentation for this section has not yet been entered.
[read-only]
ColumnsDataColumnCollection. Documentation for this section has not yet been entered.
[read-only]
ConstraintsConstraintCollection. Documentation for this section has not yet been entered.
[read-only]
DataSetDataSet. Documentation for this section has not yet been entered.
[read-only]
DefaultViewDataView. Documentation for this section has not yet been entered.
DisplayExpressionstring. Documentation for this section has not yet been entered.
[read-only]
ExtendedPropertiesPropertyCollection. Documentation for this section has not yet been entered.
[read-only]
HasErrorsbool. Documentation for this section has not yet been entered.
[read-only]
IsInitializedbool. Documentation for this section has not yet been entered.
LocaleSystem.Globalization.CultureInfo. Documentation for this section has not yet been entered.
MinimumCapacityint. Documentation for this section has not yet been entered.
Namespacestring. Documentation for this section has not yet been entered.
[read-only]
ParentRelationsDataRelationCollection. Documentation for this section has not yet been entered.
Prefixstring. Documentation for this section has not yet been entered.
PrimaryKeyDataColumn[]. Documentation for this section has not yet been entered.
RemotingFormatSerializationFormat. Documentation for this section has not yet been entered.
[read-only]
RowsDataRowCollection. Documentation for this section has not yet been entered.
override
SiteSystem.ComponentModel.ISite. Documentation for this section has not yet been entered.
TableNamestring. Documentation for this section has not yet been entered.

Public Methods

AcceptChanges()
Documentation for this section has not yet been entered.
BeginInit()
Documentation for this section has not yet been entered.
BeginLoadData()
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Clone() : DataTable
Documentation for this section has not yet been entered.
Compute(string, string) : object
Documentation for this section has not yet been entered.
Copy() : DataTable
Documentation for this section has not yet been entered.
CreateDataReader() : DataTableReader
Documentation for this section has not yet been entered.
EndInit()
Documentation for this section has not yet been entered.
EndLoadData()
Documentation for this section has not yet been entered.
GetChanges() : DataTable
Documentation for this section has not yet been entered.
GetChanges(DataRowState) : DataTable
Documentation for this section has not yet been entered.
static
GetDataTableSchema(System.Xml.Schema.XmlSchemaSet) : System.Xml.Schema.XmlSchemaComplexType
Documentation for this section has not yet been entered.
GetErrors() : DataRow[]
Documentation for this section has not yet been entered.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.
ImportRow(DataRow)
Documentation for this section has not yet been entered.
Load(IDataReader)
Documentation for this section has not yet been entered.
Load(IDataReader, LoadOption)
Documentation for this section has not yet been entered.
Load(IDataReader, LoadOption, FillErrorEventHandler)
Documentation for this section has not yet been entered.
LoadDataRow(object[], bool) : DataRow
Documentation for this section has not yet been entered.
LoadDataRow(object[], LoadOption) : DataRow
Documentation for this section has not yet been entered.
Merge(DataTable)
Documentation for this section has not yet been entered.
Merge(DataTable, bool)
Documentation for this section has not yet been entered.
Merge(DataTable, bool, MissingSchemaAction)
Documentation for this section has not yet been entered.
NewRow() : DataRow
Documentation for this section has not yet been entered.
ReadXml(System.IO.Stream) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXml(System.IO.TextReader) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXml(string) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXml(System.Xml.XmlReader) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXml_internal(System.Xml.XmlReader, bool) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXmlSchema(System.IO.Stream)
Documentation for this section has not yet been entered.
ReadXmlSchema(System.IO.TextReader)
Documentation for this section has not yet been entered.
ReadXmlSchema(string)
Documentation for this section has not yet been entered.
ReadXmlSchema(System.Xml.XmlReader)
Documentation for this section has not yet been entered.
RejectChanges()
Documentation for this section has not yet been entered.
Reset()
Documentation for this section has not yet been entered.
Select() : DataRow[]
Documentation for this section has not yet been entered.
Select(string) : DataRow[]
Documentation for this section has not yet been entered.
Select(string, string) : DataRow[]
Documentation for this section has not yet been entered.
Select(string, string, DataViewRowState) : DataRow[]
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
WriteXml(System.IO.Stream)
Documentation for this section has not yet been entered.
WriteXml(System.IO.TextWriter)
Documentation for this section has not yet been entered.
WriteXml(string)
Documentation for this section has not yet been entered.
WriteXml(System.Xml.XmlWriter)
Documentation for this section has not yet been entered.
WriteXml(System.IO.Stream, bool)
Documentation for this section has not yet been entered.
WriteXml(System.IO.Stream, XmlWriteMode)
Documentation for this section has not yet been entered.
WriteXml(System.IO.TextWriter, bool)
Documentation for this section has not yet been entered.
WriteXml(System.IO.TextWriter, XmlWriteMode)
Documentation for this section has not yet been entered.
WriteXml(string, bool)
Documentation for this section has not yet been entered.
WriteXml(string, XmlWriteMode)
Documentation for this section has not yet been entered.
WriteXml(System.Xml.XmlWriter, bool)
Documentation for this section has not yet been entered.
WriteXml(System.Xml.XmlWriter, XmlWriteMode)
Documentation for this section has not yet been entered.
WriteXml(System.IO.Stream, XmlWriteMode, bool)
Documentation for this section has not yet been entered.
WriteXml(System.IO.TextWriter, XmlWriteMode, bool)
Documentation for this section has not yet been entered.
WriteXml(string, XmlWriteMode, bool)
Documentation for this section has not yet been entered.
WriteXml(System.Xml.XmlWriter, XmlWriteMode, bool)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.IO.Stream)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.IO.TextWriter)
Documentation for this section has not yet been entered.
WriteXmlSchema(string)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.Xml.XmlWriter)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.IO.Stream, bool)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.IO.TextWriter, bool)
Documentation for this section has not yet been entered.
WriteXmlSchema(string, bool)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.Xml.XmlWriter, bool)
Documentation for this section has not yet been entered.

Protected Methods

CreateInstance() : DataTable
Documentation for this section has not yet been entered.
GetRowType() : Type
Documentation for this section has not yet been entered.
GetSchema() : System.Xml.Schema.XmlSchema
Documentation for this section has not yet been entered.
NewRowArray(int) : DataRow[]
Documentation for this section has not yet been entered.
NewRowFromBuilder(DataRowBuilder) : DataRow
Documentation for this section has not yet been entered.
OnColumnChanged(DataColumnChangeEventArgs)
Documentation for this section has not yet been entered.
OnColumnChanging(DataColumnChangeEventArgs)
Documentation for this section has not yet been entered.
OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs)
Documentation for this section has not yet been entered.
OnRemoveColumn(DataColumn)
Documentation for this section has not yet been entered.
OnRowChanged(DataRowChangeEventArgs)
Documentation for this section has not yet been entered.
OnRowChanging(DataRowChangeEventArgs)
Documentation for this section has not yet been entered.
OnRowDeleted(DataRowChangeEventArgs)
Documentation for this section has not yet been entered.
OnRowDeleting(DataRowChangeEventArgs)
Documentation for this section has not yet been entered.
OnTableCleared(DataTableClearEventArgs)
Documentation for this section has not yet been entered.
OnTableClearing(DataTableClearEventArgs)
Documentation for this section has not yet been entered.
OnTableNewRow(DataTableNewRowEventArgs)
Documentation for this section has not yet been entered.
ReadXmlSerializable(System.Xml.XmlReader)
Documentation for this section has not yet been entered.

Public Events

ColumnChangedDocumentation for this section has not yet been entered.
ColumnChangingDocumentation for this section has not yet been entered.
InitializedDocumentation for this section has not yet been entered.
RowChangedDocumentation for this section has not yet been entered.
RowChangingDocumentation for this section has not yet been entered.
RowDeletedDocumentation for this section has not yet been entered.
RowDeletingDocumentation for this section has not yet been entered.
TableClearedDocumentation for this section has not yet been entered.
TableClearingDocumentation for this section has not yet been entered.
TableNewRowDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

[read-only]
System.ComponentModel.IListSource.ContainsListCollectionbool. Documentation for this section has not yet been entered.
System.ComponentModel.IListSource.GetListDocumentation for this section has not yet been entered.
System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.GetSchemaDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.ReadXmlDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.WriteXmlDocumentation for this section has not yet been entered.