| ConflictOption () |
| n/a
|
public sealed enum System.Data.ConflictOption
                    CompareAllSearchableValues = Can't do enum :-(,
                    CompareRowVersion = Can't do enum :-(,
                    OverwriteChanges = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| public abstract class System.Data.Constraint () |
| --> NONE <--
|
- Property: protected virtual DataSet _DataSet { }
|
| System.Data ConstraintCollection () |
| public class System.Data.ConstraintCollection
|
public sealed class System.Data.ConstraintCollection
|
- Method: public virtual Constraint Add (string name, DataColumn column, bool primaryKey)
- Method: public virtual Constraint Add (string name, DataColumn primaryKeyColumn, DataColumn foreignKeyColumn)
- Method: public virtual Constraint Add (string name, DataColumn[] columns, bool primaryKey)
- Method: public virtual Constraint Add (string name, DataColumn[] primaryKeyColumns, DataColumn[] foreignKeyColumns)
- Method: public virtual int IndexOf (string constraintName)
- Method: protected virtual void OnCollectionChanged (CollectionChangeEventArgs ccevent)
- Property: virtual Constraint this [int index] { public get; }
- Property: virtual Constraint this [string name] { public get; }
|
- Method: public Constraint Add (string name, DataColumn column, bool primaryKey)
- Method: public Constraint Add (string name, DataColumn primaryKeyColumn, DataColumn foreignKeyColumn)
- Method: public Constraint Add (string name, DataColumn[] columns, bool primaryKey)
- Method: public Constraint Add (string name, DataColumn[] primaryKeyColumns, DataColumn[] foreignKeyColumns)
- Method: public void CopyTo (Constraint[] array, int index)
- Method: public int IndexOf (string constraintName)
- Property: Constraint this [int index] { public get; }
- Property: Constraint this [string name] { public get; }
|
| public class System.Data.ConstraintException () |
| --> NONE <--
|
- Constructor: public ConstraintException (string message, Exception innerException)
|
| System.Data DataColumn () |
public class System.Data.DataColumn
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Data.DataColumn
(Please hover your mouse over the type to see the inheritance signatures) |
- Method: ProtectedInternal virtual void OnPropertyChanging (PropertyChangedEventArgs pcevent)
|
- Event: public event EventHandler Disposed
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual object GetService (Type service)
- Method: protected virtual void OnPropertyChanging (PropertyChangedEventArgs pcevent)
- Method: public void SetOrdinal (int ordinal)
- Property: virtual IContainer Container { public get; }
- Property: DataSetDateTime DateTimeMode { public get; public set; }
- Property: virtual bool DesignMode { public get; }
- Property: protected EventHandlerList Events { }
- Property: virtual ISite Site { public get; public set; }
|
| System.Data DataColumnCollection () |
| public class System.Data.DataColumnCollection
|
public sealed class System.Data.DataColumnCollection
|
- Method: public virtual DataColumn Add ()
- Method: public virtual DataColumn Add (string columnName)
- Method: public virtual DataColumn Add (string columnName, Type type)
- Method: public virtual DataColumn Add (string columnName, Type type, string expression)
- Method: protected virtual void OnCollectionChanged (CollectionChangeEventArgs ccevent)
- Method: ProtectedInternal virtual void OnCollectionChanging (CollectionChangeEventArgs ccevent)
- Property: virtual DataColumn this [int index] { public get; }
- Property: virtual DataColumn this [string name] { public get; }
|
- Method: public DataColumn Add ()
- Method: public DataColumn Add (string columnName)
- Method: public DataColumn Add (string columnName, Type type)
- Method: public DataColumn Add (string columnName, Type type, string expression)
- Method: public void CopyTo (DataColumn[] array, int index)
- Method: public int IndexOf (DataColumn column)
- Property: DataColumn this [int index] { public get; }
- Property: DataColumn this [string name] { public get; }
|
| public abstract class System.Data.DataRelationCollection () |
- Method: ProtectedInternal virtual void OnCollectionChanging (CollectionChangeEventArgs ccevent)
|
- Method: public virtual bool CanRemove (DataRelation relation)
- Method: public void CopyTo (DataRelation[] array, int index)
- Method: public virtual int IndexOf (string relationName)
- Method: public virtual int IndexOf (DataRelation relation)
- Method: protected virtual void OnCollectionChanging (CollectionChangeEventArgs ccevent)
|
| public class System.Data.DataRow () |
| --> NONE <--
|
- Method: public void SetAdded ()
- Method: public void SetModified ()
|
| System.Data DataRowCollection () |
| public class System.Data.DataRowCollection
|
public sealed class System.Data.DataRowCollection
|
- Method: public virtual DataRow Add (object[] values)
- Method (i): public virtual void CopyTo (Array ar, int index)
- Method (i): public virtual IEnumerator GetEnumerator ()
- Property: virtual int Count { public get; }
- Property: protected override ArrayList List { }
|
- Method: public DataRow Add (object[] values)
- Method: public override void CopyTo (Array ar, int index)
- Method: public void CopyTo (DataRow[] array, int index)
- Method: public override IEnumerator GetEnumerator ()
- Method: public int IndexOf (DataRow row)
- Property: override int Count { public get; }
- Property: protected virtual ArrayList List { }
|
| System.Data DataRowView () |
public class System.Data.DataRowView
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Data.DataRowView
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Event: public event PropertyChangedEventHandler PropertyChanged
- Property: object this [int ndx] { public get; public set; }
|
| System.Data DataSet () |
public class System.Data.DataSet
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Data.DataSet
(Please hover your mouse over the type to see the inheritance signatures) |
- Method: public void BeginInit ()
- Method: public void EndInit ()
- Method: ProtectedInternal virtual void OnPropertyChanging (PropertyChangedEventArgs pcevent)
- Method: protected virtual void OnRemoveTable (DataTable table)
|
- Event: public event EventHandler Disposed
- Event: public event EventHandler Initialized
- Event: public event MergeFailedEventHandler MergeFailed
- Method: public virtual void BeginInit ()
- Method: public DataSet Copy ()
- Method: public DataTableReader CreateDataReader ()
- Method: public DataTableReader CreateDataReader (DataTable[] dataTables)
- Method: protected SchemaSerializationMode DetermineSchemaSerializationMode (XmlReader reader)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method: public virtual void EndInit ()
- Method: public DataSet GetChanges ()
- Method: public DataSet GetChanges (DataRowState rowStates)
- Method: public static XmlSchemaComplexType GetDataSetSchema (XmlSchemaSet schemaSet)
- Method: protected virtual XmlSchema GetSchemaSerializable ()
- Method (i): public virtual object GetService (Type service)
- Method: public void InferXmlSchema (Stream stream, string[] nsArray)
- Method: public void InferXmlSchema (TextReader reader, string[] nsArray)
- Method: protected virtual void InitializeDerivedDataSet ()
- Method: public void Load (IDataReader reader, LoadOption loadOption, string[] tables)
- Method: public void Load (IDataReader reader, LoadOption loadOption, DataTable[] tables)
- Method: public virtual void Load (IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler, DataTable[] tables)
- Method: public void Merge (DataRow[] rows)
- Method: public void Merge (DataRow[] rows, bool preserveChanges, MissingSchemaAction missingSchemaAction)
- Method: public void Merge (DataSet dataSet)
- Method: public void Merge (DataSet dataSet, bool preserveChanges)
- Method: public void Merge (DataSet dataSet, bool preserveChanges, MissingSchemaAction missingSchemaAction)
- Method: public void Merge (DataTable table)
- Method: public void Merge (DataTable table, bool preserveChanges, MissingSchemaAction missingSchemaAction)
- Method: protected virtual void OnPropertyChanging (PropertyChangedEventArgs pcevent)
- Method: ProtectedInternal virtual void OnRemoveTable (DataTable table)
- Method: public XmlReadMode ReadXml (Stream stream)
- Method: public XmlReadMode ReadXml (Stream stream, XmlReadMode mode)
- Method: public XmlReadMode ReadXml (TextReader reader)
- Method: public XmlReadMode ReadXml (TextReader reader, XmlReadMode mode)
- Method: public XmlReadMode ReadXml (string fileName, XmlReadMode mode)
- Method: public void ReadXmlSchema (Stream stream)
- Method: public void ReadXmlSchema (TextReader reader)
- Method: public void WriteXml (Stream stream)
- Method: public void WriteXml (Stream stream, XmlWriteMode mode)
- Method: public void WriteXml (TextWriter writer)
- Method: public void WriteXml (TextWriter writer, XmlWriteMode mode)
- Method: public void WriteXml (string fileName, XmlWriteMode mode)
- Method: public void WriteXml (XmlWriter writer)
- Method: public void WriteXmlSchema (Stream stream)
- Method: public void WriteXmlSchema (TextWriter writer)
- Property: virtual IContainer Container { public get; }
- Property: virtual bool DesignMode { public get; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool IsInitialized { public get; }
- Property: virtual SchemaSerializationMode SchemaSerializationMode { public get; public set; }
- Property: override ISite Site { public get; public set; }
|
| DataSetDateTime () |
| n/a
|
public sealed enum System.Data.DataSetDateTime
                    Local = Can't do enum :-(,
                    Unspecified = Can't do enum :-(,
                    UnspecifiedLocal = Can't do enum :-(,
                    Utc = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.Data DataTable () |
public class System.Data.DataTable
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Data.DataTable
(Please hover your mouse over the type to see the inheritance signatures) |
- Method: public void BeginInit ()
- Method: public void EndInit ()
- Method: protected virtual void OnColumnChanged (DataColumnChangeEventArgs e)
- Method: protected virtual void OnColumnChanging (DataColumnChangeEventArgs e)
- Method: ProtectedInternal virtual void OnPropertyChanging (PropertyChangedEventArgs pcevent)
|
- Constructor: public DataTable (string tableName, string tableNamespace)
- Event: public event EventHandler Disposed
- Event: public event EventHandler Initialized
- Event: public event DataTableClearEventHandler TableCleared
- Event: public event DataTableClearEventHandler TableClearing
- Event: public event DataTableNewRowEventHandler TableNewRow
- Method: public virtual void BeginInit ()
- Method: public DataTable Copy ()
- Method: public DataTableReader CreateDataReader ()
- Method: protected virtual DataTable CreateInstance ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method: public virtual void EndInit ()
- Method: public DataTable GetChanges ()
- Method: public DataTable GetChanges (DataRowState rowStates)
- Method: public static XmlSchemaComplexType GetDataTableSchema (XmlSchemaSet schemaSet)
- Method: protected virtual XmlSchema GetSchema ()
- Method (i): public virtual object GetService (Type service)
- Method: public void Load (IDataReader reader)
- Method: public void Load (IDataReader reader, LoadOption loadOption)
- Method: public virtual void Load (IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler)
- Method: public DataRow LoadDataRow (object[] values, LoadOption loadOption)
- Method: public void Merge (DataTable table)
- Method: public void Merge (DataTable table, bool preserveChanges)
- Method: public void Merge (DataTable table, bool preserveChanges, MissingSchemaAction missingSchemaAction)
- Method: ProtectedInternal virtual void OnColumnChanged (DataColumnChangeEventArgs e)
- Method: ProtectedInternal virtual void OnColumnChanging (DataColumnChangeEventArgs e)
- Method: protected virtual void OnPropertyChanging (PropertyChangedEventArgs pcevent)
- Method: protected virtual void OnTableCleared (DataTableClearEventArgs e)
- Method: protected virtual void OnTableClearing (DataTableClearEventArgs e)
- Method: protected virtual void OnTableNewRow (DataTableNewRowEventArgs e)
- Method: public XmlReadMode ReadXml (Stream stream)
- Method: public XmlReadMode ReadXml (TextReader reader)
- Method: public XmlReadMode ReadXml (string fileName)
- Method: public XmlReadMode ReadXml (XmlReader reader)
- Method: public void ReadXmlSchema (Stream stream)
- Method: public void ReadXmlSchema (TextReader reader)
- Method: public void ReadXmlSchema (string fileName)
- Method: public void ReadXmlSchema (XmlReader reader)
- Method: protected virtual void ReadXmlSerializable (XmlReader reader)
- Method: public void WriteXml (Stream stream)
- Method: public void WriteXml (Stream stream, bool writeHierarchy)
- Method: public void WriteXml (Stream stream, XmlWriteMode mode)
- Method: public void WriteXml (Stream stream, XmlWriteMode mode, bool writeHierarchy)
- Method: public void WriteXml (TextWriter writer)
- Method: public void WriteXml (TextWriter writer, bool writeHierarchy)
- Method: public void WriteXml (TextWriter writer, XmlWriteMode mode)
- Method: public void WriteXml (TextWriter writer, XmlWriteMode mode, bool writeHierarchy)
- Method: public void WriteXml (string fileName)
- Method: public void WriteXml (string fileName, bool writeHierarchy)
- Method: public void WriteXml (string fileName, XmlWriteMode mode)
- Method: public void WriteXml (string fileName, XmlWriteMode mode, bool writeHierarchy)
- Method: public void WriteXml (XmlWriter writer)
- Method: public void WriteXml (XmlWriter writer, bool writeHierarchy)
- Method: public void WriteXml (XmlWriter writer, XmlWriteMode mode)
- Method: public void WriteXml (XmlWriter writer, XmlWriteMode mode, bool writeHierarchy)
- Method: public void WriteXmlSchema (Stream stream)
- Method: public void WriteXmlSchema (Stream stream, bool writeHierarchy)
- Method: public void WriteXmlSchema (TextWriter writer)
- Method: public void WriteXmlSchema (TextWriter writer, bool writeHierarchy)
- Method: public void WriteXmlSchema (string fileName)
- Method: public void WriteXmlSchema (string fileName, bool writeHierarchy)
- Method: public void WriteXmlSchema (XmlWriter writer)
- Method: public void WriteXmlSchema (XmlWriter writer, bool writeHierarchy)
- Property: virtual IContainer Container { public get; }
- Property: virtual bool DesignMode { public get; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool IsInitialized { public get; }
- Property: override ISite Site { public get; public set; }
|
| System.Data DataTableClearEventArgs () |
| n/a
|
public sealed class System.Data.DataTableClearEventArgs
|
| --> NONE <--
|
- Constructor: public DataTableClearEventArgs (DataTable dataTable)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataTable Table { public get; }
- Property: string TableName { public get; }
- Property: string TableNamespace { public get; }
|
| System.Data DataTableClearEventHandler () |
| n/a
|
public sealed delegate System.Data.DataTableClearEventHandler
|
| --> NONE <--
|
- Constructor: public DataTableClearEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataTableClearEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataTableClearEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Data DataTableCollection () |
| public class System.Data.DataTableCollection
|
public sealed class System.Data.DataTableCollection
|
- Method: public virtual DataTable Add ()
- Method: public virtual DataTable Add (string name)
- Method: public virtual void Add (DataTable table)
- Method: public virtual int IndexOf (string tableName)
- Method: public virtual int IndexOf (DataTable table)
- Method: protected virtual void OnCollectionChanged (CollectionChangeEventArgs ccevent)
- Method: ProtectedInternal virtual void OnCollectionChanging (CollectionChangeEventArgs ccevent)
|
- Method: public DataTable Add ()
- Method: public DataTable Add (string name)
- Method: public DataTable Add (string name, string tableNamespace)
- Method: public void Add (DataTable table)
- Method: public bool Contains (string name, string tableNamespace)
- Method: public void CopyTo (DataTable[] array, int index)
- Method: public int IndexOf (string tableName)
- Method: public int IndexOf (string tableName, string tableNamespace)
- Method: public int IndexOf (DataTable table)
- Method: public void Remove (string name, string tableNamespace)
- Property: DataTable this [string name, string tableNamespace] { public get; }
|
| System.Data DataTableNewRowEventArgs () |
| n/a
|
public sealed class System.Data.DataTableNewRowEventArgs
|
| --> NONE <--
|
- Constructor: public DataTableNewRowEventArgs (DataRow dataRow)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataRow Row { public get; }
|
| System.Data DataTableNewRowEventHandler () |
| n/a
|
public sealed delegate System.Data.DataTableNewRowEventHandler
|
| --> NONE <--
|
- Constructor: public DataTableNewRowEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataTableNewRowEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataTableNewRowEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Data DataTableReader () |
| n/a
|
public sealed class System.Data.DataTableReader
|
| --> NONE <--
|
- Constructor: public DataTableReader (DataTable dataTable)
- Constructor: public DataTableReader (DataTable[] dataTables)
- Method: public override void Close ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override bool GetBoolean (int ordinal)
- Method: public override byte GetByte (int ordinal)
- Method: public override long GetBytes (int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length)
- Method: public override char GetChar (int ordinal)
- Method: public override long GetChars (int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length)
- Method (i): public DbDataReader GetData (int ordinal)
- Method: public override string GetDataTypeName (int ordinal)
- Method: public override DateTime GetDateTime (int ordinal)
- Method (i): protected virtual DbDataReader GetDbDataReader (int ordinal)
- Method: public override decimal GetDecimal (int ordinal)
- Method: public override double GetDouble (int ordinal)
- Method: public override IEnumerator GetEnumerator ()
- Method: public override Type GetFieldType (int ordinal)
- Method: public override float GetFloat (int ordinal)
- Method: public override Guid GetGuid (int ordinal)
- Method (i): public virtual int GetHashCode ()
- Method: public override short GetInt16 (int ordinal)
- Method: public override int GetInt32 (int ordinal)
- Method: public override long GetInt64 (int ordinal)
- Method (i): public virtual object GetLifetimeService ()
- Method: public override string GetName (int ordinal)
- Method: public override int GetOrdinal (string name)
- Method: public override Type GetProviderSpecificFieldType (int ordinal)
- Method: public override object GetProviderSpecificValue (int ordinal)
- Method: public override int GetProviderSpecificValues (object[] values)
- Method: public override DataTable GetSchemaTable ()
- Method: public override string GetString (int ordinal)
- Method (i): public Type GetType ()
- Method: public override object GetValue (int ordinal)
- Method: public override int GetValues (object[] values)
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public override bool IsDBNull (int ordinal)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method: public override bool NextResult ()
- Method: public override bool Read ()
- Method (i): public virtual string ToString ()
- Property: override int Depth { public get; }
- Property: override int FieldCount { public get; }
- Property: override bool HasRows { public get; }
- Property: override bool IsClosed { public get; }
- Property: override object this [int ordinal] { public get; }
- Property: override object this [string name] { public get; }
- Property: override int RecordsAffected { public get; }
- Property: virtual int VisibleFieldCount { public get; }
|
| System.Data DataView () |
public class System.Data.DataView
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Data.DataView
(Please hover your mouse over the type to see the inheritance signatures) |
- Method: public void BeginInit ()
- Method: public void Dispose ()
- Method: public void EndInit ()
|
- Event: public event EventHandler Disposed
- Event: public event EventHandler Initialized
- Method: public virtual void BeginInit ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method: public virtual void EndInit ()
- Method: public virtual bool Equals (DataView view)
- Method (i): public virtual object GetService (Type service)
- Method: public DataTable ToTable ()
- Method: public DataTable ToTable (bool distinct, string[] columnNames)
- Method: public DataTable ToTable (string tableName)
- Method: public DataTable ToTable (string tableName, bool distinct, string[] columnNames)
- Property: virtual IContainer Container { public get; }
- Property: virtual bool DesignMode { public get; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool IsInitialized { public get; }
- Property: virtual ISite Site { public get; public set; }
|
| System.Data DataViewManager () |
public class System.Data.DataViewManager
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Data.DataViewManager
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Event: public event EventHandler Disposed
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual object GetService (Type service)
- Property: virtual IContainer Container { public get; }
- Property: virtual bool DesignMode { public get; }
- Property: protected EventHandlerList Events { }
- Property: virtual ISite Site { public get; public set; }
|
| public class System.Data.DataViewSettingCollection () |
| --> NONE <--
|
- Method: public void CopyTo (DataViewSetting[] ar, int index)
|
| public sealed class System.Data.DBConcurrencyException () |
| --> NONE <--
|
- Constructor: public DBConcurrencyException ()
- Constructor: public DBConcurrencyException (string message, Exception inner, DataRow[] dataRows)
- Method: public void CopyToRows (DataRow[] array)
- Method: public void CopyToRows (DataRow[] array, int arrayIndex)
- Property: int RowCount { public get; }
|
| public class System.Data.DeletedRowInaccessibleException () |
| --> NONE <--
|
- Constructor: public DeletedRowInaccessibleException (string message, Exception innerException)
|
| public class System.Data.DuplicateNameException () |
| --> NONE <--
|
- Constructor: public DuplicateNameException (string message, Exception innerException)
|
| public class System.Data.EvaluateException () |
| --> NONE <--
|
- Constructor: public EvaluateException (string message, Exception innerException)
|
| public class System.Data.ForeignKeyConstraint () |
| --> NONE <--
|
- Constructor: public ForeignKeyConstraint (string constraintName, string parentTableName, string parentTableNamespace, string[] parentColumnNames, string[] childColumnNames, AcceptRejectRule acceptRejectRule, Rule deleteRule, Rule updateRule)
- Property: protected virtual DataSet _DataSet { }
|
| public class System.Data.InRowChangingEventException () |
| --> NONE <--
|
- Constructor: public InRowChangingEventException (string message, Exception innerException)
|
| public class System.Data.InvalidConstraintException () |
| --> NONE <--
|
- Constructor: public InvalidConstraintException (string message, Exception innerException)
|
| public class System.Data.InvalidExpressionException () |
| --> NONE <--
|
- Constructor: public InvalidExpressionException (string message, Exception innerException)
|
| LoadOption () |
| n/a
|
public sealed enum System.Data.LoadOption
                    OverwriteChanges = Can't do enum :-(,
                    PreserveChanges = Can't do enum :-(,
                    Upsert = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.Data MergeFailedEventArgs () |
| n/a
|
public class System.Data.MergeFailedEventArgs
|
| --> NONE <--
|
- Constructor: public MergeFailedEventArgs (DataTable table, string conflict)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string Conflict { public get; }
- Property: DataTable Table { public get; }
|
| System.Data MergeFailedEventHandler () |
| n/a
|
public sealed delegate System.Data.MergeFailedEventHandler
|
| --> NONE <--
|
- Constructor: public MergeFailedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, MergeFailedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, MergeFailedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| public class System.Data.MissingPrimaryKeyException () |
| --> NONE <--
|
- Constructor: public MissingPrimaryKeyException (string message, Exception innerException)
|
| public class System.Data.NoNullAllowedException () |
| --> NONE <--
|
- Constructor: public NoNullAllowedException (string message, Exception innerException)
|
| public class System.Data.ReadOnlyException () |
| --> NONE <--
|
- Constructor: public ReadOnlyException (string message, Exception innerException)
|
| public class System.Data.RowNotInTableException () |
| --> NONE <--
|
- Constructor: public RowNotInTableException (string message, Exception innerException)
|
| SchemaSerializationMode () |
| n/a
|
public sealed enum System.Data.SchemaSerializationMode
                    IncludeSchema = Can't do enum :-(,
                    ExcludeSchema = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| SqlDbType () |
| n/a
|
public sealed enum System.Data.SqlDbType
                    BigInt = Can't do enum :-(,
                    Binary = Can't do enum :-(,
                    Bit = Can't do enum :-(,
                    Char = Can't do enum :-(,
                    DateTime = Can't do enum :-(,
                    Decimal = Can't do enum :-(,
                    Float = Can't do enum :-(,
                    Image = Can't do enum :-(,
                    Int = Can't do enum :-(,
                    Money = Can't do enum :-(,
                    NChar = Can't do enum :-(,
                    NText = Can't do enum :-(,
                    NVarChar = Can't do enum :-(,
                    Real = Can't do enum :-(,
                    UniqueIdentifier = Can't do enum :-(,
                    SmallDateTime = Can't do enum :-(,
                    SmallInt = Can't do enum :-(,
                    SmallMoney = Can't do enum :-(,
                    Text = Can't do enum :-(,
                    Timestamp = Can't do enum :-(,
                    TinyInt = Can't do enum :-(,
                    VarBinary = Can't do enum :-(,
                    VarChar = Can't do enum :-(,
                    Variant = Can't do enum :-(,
                    Xml = Can't do enum :-(,
                    Udt = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.Data StrongTypingException () |
| n/a
|
public class System.Data.StrongTypingException
|
| --> NONE <--
|
- Constructor: public StrongTypingException ()
- Constructor: public StrongTypingException (string message)
- Constructor: public StrongTypingException (string s, Exception innerException)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: protected int HResult { }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
| public class System.Data.SyntaxErrorException () |
| --> NONE <--
|
- Constructor: public SyntaxErrorException (string message, Exception innerException)
|
| public class System.Data.UniqueConstraint () |
| --> NONE <--
|
- Constructor: public UniqueConstraint (string name, DataColumn column, bool isPrimaryKey)
- Constructor: public UniqueConstraint (string name, DataColumn[] columns, bool isPrimaryKey)
- Constructor: public UniqueConstraint (DataColumn column, bool isPrimaryKey)
- Constructor: public UniqueConstraint (DataColumn[] columns, bool isPrimaryKey)
- Property: protected virtual DataSet _DataSet { }
|
| public class System.Data.VersionNotFoundException () |
| --> NONE <--
|
- Constructor: public VersionNotFoundException (string message, Exception innerException)
|
| CatalogLocation () |
| n/a
|
public sealed enum System.Data.Common.CatalogLocation
                    Start = Can't do enum :-(,
                    End = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.Data.Common DataAdapter () |
| n/a
|
public class System.Data.Common.DataAdapter
|
| --> NONE <--
|
- Constructor: protected DataAdapter ()
- Constructor: protected DataAdapter (DataAdapter from)
- Event: public event EventHandler Disposed
- Event: public event FillErrorEventHandler FillError
- Method: protected virtual DataAdapter CloneInternals ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: protected virtual DataTableMappingCollection CreateTableMappings ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual int Fill (DataSet dataSet)
- Method: protected virtual int Fill (DataSet dataSet, string srcTable, IDataReader dataReader, int startRecord, int maxRecords)
- Method: protected virtual int Fill (DataTable dataTable, IDataReader dataReader)
- Method: protected virtual int Fill (DataTable[] dataTables, IDataReader dataReader, int startRecord, int maxRecords)
- Method: public virtual DataTable[] FillSchema (DataSet dataSet, SchemaType schemaType)
- Method: protected virtual DataTable[] FillSchema (DataSet dataSet, SchemaType schemaType, string srcTable, IDataReader dataReader)
- Method: protected virtual DataTable FillSchema (DataTable dataTable, SchemaType schemaType, IDataReader dataReader)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IDataParameter[] GetFillParameters ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method: protected bool HasTableMappings ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method: protected virtual void OnFillError (FillErrorEventArgs value)
- Method: public void ResetFillLoadOption ()
- Method: public virtual bool ShouldSerializeAcceptChangesDuringFill ()
- Method: public virtual bool ShouldSerializeFillLoadOption ()
- Method: protected virtual bool ShouldSerializeTableMappings ()
- Method (i): public virtual string ToString ()
- Method: public virtual int Update (DataSet dataSet)
- Property: bool AcceptChangesDuringFill { public get; public set; }
- Property: bool AcceptChangesDuringUpdate { public get; public set; }
- Property: bool ContinueUpdateOnError { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: LoadOption FillLoadOption { public get; public set; }
- Property: virtual MissingMappingAction MissingMappingAction { public get; public set; }
- Property: virtual MissingSchemaAction MissingSchemaAction { public get; public set; }
- Property: virtual bool ReturnProviderSpecificTypes { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: DataTableMappingCollection TableMappings { public get; }
|
| System.Data.Common DataColumnMapping () |
| n/a
|
public sealed class System.Data.Common.DataColumnMapping
|
| --> NONE <--
|
- Constructor: public DataColumnMapping ()
- Constructor: public DataColumnMapping (string sourceColumn, string dataSetColumn)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static DataColumn GetDataColumnBySchemaAction (string sourceColumn, string dataSetColumn, DataTable dataTable, Type dataType, MissingSchemaAction schemaAction)
- Method: public DataColumn GetDataColumnBySchemaAction (DataTable dataTable, Type dataType, MissingSchemaAction schemaAction)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method: public override string ToString ()
- Property: virtual string DataSetColumn { public get; public set; }
- Property: virtual string SourceColumn { public get; public set; }
|
| System.Data.Common DataColumnMappingCollection () |
| n/a
|
public sealed class System.Data.Common.DataColumnMappingCollection
|
| --> NONE <--
|
- Constructor: public DataColumnMappingCollection ()
- Method: public virtual int Add (object value)
- Method: public DataColumnMapping Add (string sourceColumn, string dataSetColumn)
- Method: public void AddRange (Array values)
- Method: public void AddRange (DataColumnMapping[] values)
- Method: public virtual void Clear ()
|