Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System.Data
Totale classi: 473, di cui
- 111 nuove
- 251 modificate
- 0 rimosse
Pagina ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 ...
System.Data.DataSetDateTime + | ||
---|---|---|
+ | Local | |
+ | Unspecified | |
+ | UnspecifiedLocal | |
+ | Utc | |
+ | value__ |
System.Data.DataSysDescriptionAttribute = | ||
---|---|---|
= | .ctor () | |
= | Description |
System.Data.DataTable != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | ColumnChanged | |
= | ColumnChanging | |
- | Initialized | |
= | RowChanged | |
= | RowChanging | |
= | RowDeleted | |
= | RowDeleting | |
- | TableCleared | |
- | TableClearing | |
- | TableNewRow | |
= | AcceptChanges () | |
= | BeginInit () | |
= | BeginLoadData () | |
= | Clear () | |
= | Clone () | |
= | Compute (String expression, String filter) | |
= | Copy () | |
- | CreateDataReader () | |
= | EndInit () | |
= | EndLoadData () | |
= | GetChanges () | |
= | GetChanges (DataRowState rowStates) | |
- | GetDataTableSchema (XmlSchemaSet schemaSet) | |
= | GetErrors () | |
- | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | ImportRow (DataRow row) | |
- | Load (IDataReader reader) | |
- | Load (IDataReader reader, LoadOption loadOption) | |
- | Load (IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler) | |
= | LoadDataRow (Object[] values, Boolean fAcceptChanges) | |
- | LoadDataRow (Object[] values, LoadOption loadOption) | |
- | Merge (DataTable table) | |
- | Merge (DataTable table, Boolean preserveChanges) | |
- | Merge (DataTable table, Boolean preserveChanges, MissingSchemaAction missingSchemaAction) | |
= | NewRow () | |
- | ReadXml (Stream stream) | |
- | ReadXml (TextReader reader) | |
- | ReadXml (String fileName) | |
- | ReadXml (XmlReader reader) | |
- | ReadXmlSchema (Stream stream) | |
- | ReadXmlSchema (TextReader reader) | |
- | ReadXmlSchema (String fileName) | |
- | ReadXmlSchema (XmlReader reader) | |
= | RejectChanges () | |
= | Reset () | |
= | Select () | |
= | Select (String filterExpression) | |
= | Select (String filterExpression, String sort) | |
= | Select (String filterExpression, String sort, DataViewRowState recordStates) | |
= | ToString () | |
- | WriteXml (XmlWriter writer, Boolean writeHierarchy) | |
- | WriteXml (String fileName) | |
- | WriteXml (String fileName, Boolean writeHierarchy) | |
- | WriteXml (Stream stream, XmlWriteMode mode) | |
- | WriteXml (Stream stream, XmlWriteMode mode, Boolean writeHierarchy) | |
- | WriteXml (TextWriter writer, XmlWriteMode mode) | |
- | WriteXml (TextWriter writer, XmlWriteMode mode, Boolean writeHierarchy) | |
- | WriteXml (XmlWriter writer, XmlWriteMode mode) | |
- | WriteXml (XmlWriter writer, XmlWriteMode mode, Boolean writeHierarchy) | |
- | WriteXml (String fileName, XmlWriteMode mode) | |
- | WriteXml (String fileName, XmlWriteMode mode, Boolean writeHierarchy) | |
- | WriteXml (Stream stream) | |
- | WriteXml (Stream stream, Boolean writeHierarchy) | |
- | WriteXml (TextWriter writer) | |
- | WriteXml (TextWriter writer, Boolean writeHierarchy) | |
- | WriteXml (XmlWriter writer) | |
- | WriteXmlSchema (Stream stream) | |
- | WriteXmlSchema (Stream stream, Boolean writeHierarchy) | |
- | WriteXmlSchema (TextWriter writer) | |
- | WriteXmlSchema (TextWriter writer, Boolean writeHierarchy) | |
- | WriteXmlSchema (XmlWriter writer) | |
- | WriteXmlSchema (XmlWriter writer, Boolean writeHierarchy) | |
- | WriteXmlSchema (String fileName) | |
- | WriteXmlSchema (String fileName, Boolean writeHierarchy) | |
= | CaseSensitive | |
= | ChildRelations | |
= | Columns | |
= | Constraints | |
= | DataSet | |
= | DefaultView | |
= | DisplayExpression | |
= | ExtendedProperties | |
= | HasErrors | |
- | IsInitialized | |
= | Locale | |
= | MinimumCapacity | |
= | Namespace | |
= | ParentRelations | |
= | Prefix | |
= | PrimaryKey | |
- | RemotingFormat | |
= | Rows | |
= | Site | |
= | TableName |
System.Data.DataTableClearEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | Table | |
+ | TableName | |
+ | TableNamespace |
System.Data.DataTableClearEventHandler + | ||
---|---|---|
+ | .ctor () | |
+ | BeginInvoke (Object sender, DataTableClearEventArgs e, AsyncCallback callback, Object object) | |
+ | EndInvoke (IAsyncResult result) | |
+ | Invoke (Object sender, DataTableClearEventArgs e) |
System.Data.DataTableCollection != | ||
---|---|---|
= | CollectionChanged | |
= | CollectionChanging | |
= | Add (DataTable table) | |
= | Add (String name) | |
- | Add (String name, String tableNamespace) | |
= | Add () | |
= | AddRange (DataTable[] tables) | |
= | CanRemove (DataTable table) | |
= | Clear () | |
= | Contains (String name) | |
- | Contains (String name, String tableNamespace) | |
- | CopyTo (DataTable[] array, Int32 index) | |
= | IndexOf (DataTable table) | |
= | IndexOf (String tableName) | |
- | IndexOf (String tableName, String tableNamespace) | |
= | Remove (DataTable table) | |
= | Remove (String name) | |
- | Remove (String name, String tableNamespace) | |
= | RemoveAt (Int32 index) | |
= | Item [Int32 index] | |
= | Item [String name] | |
- | Item [String name, String tableNamespace] |
System.Data.DataTableNewRowEventHandler + | ||
---|---|---|
+ | .ctor () | |
+ | BeginInvoke (Object sender, DataTableNewRowEventArgs e, AsyncCallback callback, Object object) | |
+ | EndInvoke (IAsyncResult result) | |
+ | Invoke (Object sender, DataTableNewRowEventArgs e) |
System.Data.DataTableNewRowEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | Row |
System.Data.IDataReader = | ||
---|---|---|
= | Close () | |
= | GetSchemaTable () | |
= | NextResult () | |
= | Read () | |
= | Depth | |
= | IsClosed | |
= | RecordsAffected |
System.Data.Common.DbDataReader + | ||
---|---|---|
+ | Close () | |
+ | Dispose () | |
+ | GetBoolean (Int32 ordinal) | |
+ | GetByte (Int32 ordinal) | |
+ | GetBytes (Int32 ordinal, Int64 dataOffset, Byte[] buffer, Int32 bufferOffset, Int32 length) | |
+ | GetChar (Int32 ordinal) | |
+ | GetChars (Int32 ordinal, Int64 dataOffset, Char[] buffer, Int32 bufferOffset, Int32 length) | |
+ | GetData (Int32 ordinal) | |
+ | GetDataTypeName (Int32 ordinal) | |
+ | GetDateTime (Int32 ordinal) | |
+ | GetDecimal (Int32 ordinal) | |
+ | GetDouble (Int32 ordinal) | |
+ | GetEnumerator () | |
+ | GetFieldType (Int32 ordinal) | |
+ | GetFloat (Int32 ordinal) | |
+ | GetGuid (Int32 ordinal) | |
+ | GetInt16 (Int32 ordinal) | |
+ | GetInt32 (Int32 ordinal) | |
+ | GetInt64 (Int32 ordinal) | |
+ | GetName (Int32 ordinal) | |
+ | GetOrdinal (String name) | |
+ | GetProviderSpecificFieldType (Int32 ordinal) | |
+ | GetProviderSpecificValue (Int32 ordinal) | |
+ | GetProviderSpecificValues (Object[] values) | |
+ | GetSchemaTable () | |
+ | GetString (Int32 ordinal) | |
+ | GetValue (Int32 ordinal) | |
+ | GetValues (Object[] values) | |
+ | IsDBNull (Int32 ordinal) | |
+ | NextResult () | |
+ | Read () | |
+ | Depth | |
+ | FieldCount | |
+ | HasRows | |
+ | IsClosed | |
+ | Item [Int32 ordinal] | |
+ | Item [String name] | |
+ | RecordsAffected | |
+ | VisibleFieldCount |
System.Data.DataTableReader + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | Close () | |
+ | GetBoolean (Int32 ordinal) | |
+ | GetByte (Int32 ordinal) | |
+ | GetBytes (Int32 ordinal, Int64 dataIndex, Byte[] buffer, Int32 bufferIndex, Int32 length) | |
+ | GetChar (Int32 ordinal) | |
+ | GetChars (Int32 ordinal, Int64 dataIndex, Char[] buffer, Int32 bufferIndex, Int32 length) | |
+ | GetDataTypeName (Int32 ordinal) | |
+ | GetDateTime (Int32 ordinal) | |
+ | GetDecimal (Int32 ordinal) | |
+ | GetDouble (Int32 ordinal) | |
+ | GetEnumerator () | |
+ | GetFieldType (Int32 ordinal) | |
+ | GetFloat (Int32 ordinal) | |
+ | GetGuid (Int32 ordinal) | |
+ | GetInt16 (Int32 ordinal) | |
+ | GetInt32 (Int32 ordinal) | |
+ | GetInt64 (Int32 ordinal) | |
+ | GetName (Int32 ordinal) | |
+ | GetOrdinal (String name) | |
+ | GetProviderSpecificFieldType (Int32 ordinal) | |
+ | GetProviderSpecificValue (Int32 ordinal) | |
+ | GetProviderSpecificValues (Object[] values) | |
+ | GetSchemaTable () | |
+ | GetString (Int32 ordinal) | |
+ | GetValue (Int32 ordinal) | |
+ | GetValues (Object[] values) | |
+ | IsDBNull (Int32 ordinal) | |
+ | NextResult () | |
+ | Read () | |
+ | Depth | |
+ | FieldCount | |
+ | HasRows | |
+ | IsClosed | |
+ | Item [Int32 ordinal] | |
+ | Item [String name] | |
+ | RecordsAffected |
System.Data.DataView != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
- | Initialized | |
= | ListChanged | |
= | AddNew () | |
= | BeginInit () | |
= | CopyTo (Array array, Int32 index) | |
= | Delete (Int32 index) | |
= | EndInit () | |
- | Equals (DataView view) | |
= | Find (Object key) | |
= | Find (Object[] key) | |
= | FindRows (Object key) | |
= | FindRows (Object[] key) | |
= | GetEnumerator () | |
- | ToTable () | |
- | ToTable (String tableName) | |
- | ToTable (Boolean distinct, String[] columnNames) | |
- | ToTable (String tableName, Boolean distinct, String[] columnNames) | |
= | AllowDelete | |
= | AllowEdit | |
= | AllowNew | |
= | ApplyDefaultSort | |
= | Count | |
= | DataViewManager | |
- | IsInitialized | |
= | Item [Int32 recordIndex] | |
= | RowFilter | |
= | RowStateFilter | |
= | Sort | |
= | Table |
System.Data.DataViewManager = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | ListChanged | |
= | CreateDataView (DataTable table) | |
= | DataSet | |
= | DataViewSettingCollectionString | |
= | DataViewSettings |
System.Data.DataViewRowState = | ||
---|---|---|
= | Added | |
= | CurrentRows | |
= | Deleted | |
= | ModifiedCurrent | |
= | ModifiedOriginal | |
= | None | |
= | OriginalRows | |
= | Unchanged | |
= | value__ |
Powered by Ricciolo