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 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ...
![]() | System.Data.OleDb.OleDbDataAdapter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | RowUpdated |
![]() | = | RowUpdating |
![]() | = | Fill (DataTable dataTable, Object ADODBRecordSet) |
![]() | = | Fill (DataSet dataSet, Object ADODBRecordSet, String srcTable) |
![]() | = | DeleteCommand |
![]() | = | InsertCommand |
![]() | = | SelectCommand |
![]() | = | UpdateCommand |
![]() | System.Data.OleDb.OleDbDataReader != | |
---|---|---|
![]() | = | Close () |
![]() | = | Close () |
![]() | = | GetBoolean (Int32 ordinal) |
![]() | = | GetBoolean (Int32 ordinal) |
![]() | = | GetByte (Int32 ordinal) |
![]() | = | GetByte (Int32 ordinal) |
![]() | = | GetBytes (Int32 ordinal, Int64 dataIndex, Byte[] buffer, Int32 bufferIndex, Int32 length) |
![]() | = | GetBytes (Int32 ordinal, Int64 dataIndex, Byte[] buffer, Int32 bufferIndex, Int32 length) |
![]() | = | GetChar (Int32 ordinal) |
![]() | = | GetChar (Int32 ordinal) |
![]() | = | GetChars (Int32 ordinal, Int64 dataIndex, Char[] buffer, Int32 bufferIndex, Int32 length) |
![]() | = | GetChars (Int32 ordinal, Int64 dataIndex, Char[] buffer, Int32 bufferIndex, Int32 length) |
![]() | = | GetData (Int32 ordinal) |
![]() | = | GetData (Int32 ordinal) |
![]() | = | GetDataTypeName (Int32 index) |
![]() | = | GetDataTypeName (Int32 index) |
![]() | = | GetDateTime (Int32 ordinal) |
![]() | = | GetDateTime (Int32 ordinal) |
![]() | = | GetDecimal (Int32 ordinal) |
![]() | = | GetDecimal (Int32 ordinal) |
![]() | = | GetDouble (Int32 ordinal) |
![]() | = | GetDouble (Int32 ordinal) |
![]() | + | GetEnumerator () |
![]() | = | GetFieldType (Int32 index) |
![]() | = | GetFieldType (Int32 index) |
![]() | = | GetFloat (Int32 ordinal) |
![]() | = | GetFloat (Int32 ordinal) |
![]() | = | GetGuid (Int32 ordinal) |
![]() | = | GetGuid (Int32 ordinal) |
![]() | = | GetInt16 (Int32 ordinal) |
![]() | = | GetInt16 (Int32 ordinal) |
![]() | = | GetInt32 (Int32 ordinal) |
![]() | = | GetInt32 (Int32 ordinal) |
![]() | = | GetInt64 (Int32 ordinal) |
![]() | = | GetInt64 (Int32 ordinal) |
![]() | = | GetName (Int32 index) |
![]() | = | GetName (Int32 index) |
![]() | = | GetOrdinal (String name) |
![]() | = | GetOrdinal (String name) |
![]() | = | GetSchemaTable () |
![]() | = | GetSchemaTable () |
![]() | = | GetString (Int32 ordinal) |
![]() | = | GetString (Int32 ordinal) |
![]() | = | GetTimeSpan (Int32 ordinal) |
![]() | = | GetTimeSpan (Int32 ordinal) |
![]() | = | GetValue (Int32 ordinal) |
![]() | = | GetValue (Int32 ordinal) |
![]() | = | GetValues (Object[] values) |
![]() | = | GetValues (Object[] values) |
![]() | = | IsDBNull (Int32 ordinal) |
![]() | = | IsDBNull (Int32 ordinal) |
![]() | = | NextResult () |
![]() | = | NextResult () |
![]() | = | Read () |
![]() | = | Read () |
![]() | = | Depth |
![]() | = | Depth |
![]() | = | FieldCount |
![]() | = | FieldCount |
![]() | = | HasRows |
![]() | = | HasRows |
![]() | = | IsClosed |
![]() | = | IsClosed |
![]() | = | Item [Int32 index] |
![]() | = | Item [String name] |
![]() | = | Item [Int32 index] |
![]() | = | Item [String name] |
![]() | = | RecordsAffected |
![]() | = | RecordsAffected |
![]() | + | VisibleFieldCount |
![]() | System.Data.OleDb.OleDbError = | |
---|---|---|
![]() | = | ToString () |
![]() | = | Message |
![]() | = | NativeError |
![]() | = | Source |
![]() | = | SQLState |
![]() | System.Data.OleDb.OleDbErrorCollection != | |
---|---|---|
![]() | = | CopyTo (Array array, Int32 index) |
![]() | = | CopyTo (Array array, Int32 index) |
![]() | + | CopyTo (OleDbError[] array, Int32 index) |
![]() | = | GetEnumerator () |
![]() | = | GetEnumerator () |
![]() | = | Count |
![]() | = | Count |
![]() | = | Item [Int32 index] |
![]() | = | Item [Int32 index] |
![]() | System.Data.OleDb.OleDbException != | |
---|---|---|
![]() | = | GetObjectData (SerializationInfo si, StreamingContext context) |
![]() | = | ErrorCode |
![]() | = | Errors |
![]() | - | Message |
![]() | - | Source |
![]() | System.Data.OleDb.OleDbInfoMessageEventArgs = | |
---|---|---|
![]() | = | ToString () |
![]() | = | ErrorCode |
![]() | = | Errors |
![]() | = | Message |
![]() | = | Source |
![]() | System.Data.OleDb.OleDbInfoMessageEventHandler = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | BeginInvoke (Object sender, OleDbInfoMessageEventArgs e, AsyncCallback callback, Object object) |
![]() | = | EndInvoke (IAsyncResult result) |
![]() | = | Invoke (Object sender, OleDbInfoMessageEventArgs e) |
![]() | System.Data.OleDb.OleDbLiteral = | |
---|---|---|
![]() | = | Binary_Literal |
![]() | = | Catalog_Name |
![]() | = | Catalog_Separator |
![]() | = | Char_Literal |
![]() | = | Column_Alias |
![]() | = | Column_Name |
![]() | = | Correlation_Name |
![]() | = | Cube_Name |
![]() | = | Cursor_Name |
![]() | = | Dimension_Name |
![]() | = | Escape_Percent_Prefix |
![]() | = | Escape_Percent_Suffix |
![]() | = | Escape_Underscore_Prefix |
![]() | = | Escape_Underscore_Suffix |
![]() | = | Hierarchy_Name |
![]() | = | Index_Name |
![]() | = | Invalid |
![]() | = | Level_Name |
![]() | = | Like_Percent |
![]() | = | Like_Underscore |
![]() | = | Member_Name |
![]() | = | Procedure_Name |
![]() | = | Property_Name |
![]() | = | Quote_Prefix |
![]() | = | Quote_Suffix |
![]() | = | Schema_Name |
![]() | = | Schema_Separator |
![]() | = | Table_Name |
![]() | = | Text_Command |
![]() | = | User_Name |
![]() | = | value__ |
![]() | = | View_Name |
![]() | System.Data.OleDb.OleDbParameter != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | + | ResetDbType () |
![]() | + | ResetOleDbType () |
![]() | = | ToString () |
![]() | = | ToString () |
![]() | = | DbType |
![]() | = | DbType |
![]() | = | Direction |
![]() | = | Direction |
![]() | = | IsNullable |
![]() | = | IsNullable |
![]() | = | OleDbType |
![]() | = | OleDbType |
![]() | = | ParameterName |
![]() | = | ParameterName |
![]() | = | Precision |
![]() | = | Precision |
![]() | = | Scale |
![]() | = | Scale |
![]() | = | Size |
![]() | = | Size |
![]() | = | SourceColumn |
![]() | = | SourceColumn |
![]() | + | SourceColumnNullMapping |
![]() | = | SourceVersion |
![]() | = | SourceVersion |
![]() | = | Value |
![]() | = | Value |
![]() | System.Data.OleDb.OleDbParameterCollection != | |
---|---|---|
![]() | = | Add (Object value) |
![]() | = | Add (OleDbParameter value) |
![]() | = | Add (String parameterName, Object value) |
![]() | = | Add (String parameterName, OleDbType oleDbType) |
![]() | = | Add (String parameterName, OleDbType oleDbType, Int32 size) |
![]() | = | Add (String parameterName, OleDbType oleDbType, Int32 size, String sourceColumn) |
![]() | = | Add (OleDbParameter value) |
![]() | = | Add (String parameterName, Object value) |
![]() | = | Add (String parameterName, OleDbType oleDbType) |
![]() | = | Add (String parameterName, OleDbType oleDbType, Int32 size) |
![]() | = | Add (String parameterName, OleDbType oleDbType, Int32 size, String sourceColumn) |
![]() | = | Add (Object value) |
![]() | + | AddRange (OleDbParameter[] values) |
![]() | + | AddRange (Array values) |
![]() | + | AddWithValue (String parameterName, Object value) |
![]() | = | Clear () |
![]() | = | Clear () |
![]() | = | Contains (Object value) |
![]() | = | Contains (String value) |
![]() | = | Contains (String value) |
![]() | + | Contains (OleDbParameter value) |
![]() | = | Contains (Object value) |
![]() | = | CopyTo (Array array, Int32 index) |
![]() | + | CopyTo (OleDbParameter[] array, Int32 index) |
![]() | = | CopyTo (Array array, Int32 index) |
![]() | = | GetEnumerator () |
![]() | = | GetEnumerator () |
![]() | = | IndexOf (Object value) |
![]() | = | IndexOf (String parameterName) |
![]() | + | IndexOf (OleDbParameter value) |
![]() | = | IndexOf (String parameterName) |
![]() | = | IndexOf (Object value) |
![]() | = | Insert (Int32 index, Object value) |
![]() | + | Insert (Int32 index, OleDbParameter value) |
![]() | = | Insert (Int32 index, Object value) |
![]() | = | Remove (Object value) |
![]() | + | Remove (OleDbParameter value) |
![]() | = | Remove (Object value) |
![]() | = | RemoveAt (Int32 index) |
![]() | = | RemoveAt (String parameterName) |
![]() | = | RemoveAt (Int32 index) |
![]() | = | RemoveAt (String parameterName) |
![]() | = | Count |
![]() | = | Count |
![]() | + | IsFixedSize |
![]() | + | IsReadOnly |
![]() | + | IsSynchronized |
![]() | = | Item [Int32 index] |
![]() | = | Item [String parameterName] |
![]() | = | Item [Int32 index] |
![]() | = | Item [String parameterName] |
![]() | + | SyncRoot |
![]() | System.Data.OleDb.OleDbPermission != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | Copy () |
![]() | - | FromXml (SecurityElement securityElement) |
![]() | - | Intersect (IPermission target) |
![]() | - | ToXml () |
![]() | - | Union (IPermission target) |
![]() | = | Provider |
![]() | System.Data.OleDb.OleDbPermissionAttribute = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CreatePermission () |
![]() | = | Provider |
![]() | System.Data.OleDb.OleDbRowUpdatedEventArgs = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | Command |
![]() | System.Data.OleDb.OleDbRowUpdatedEventHandler = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | BeginInvoke (Object sender, OleDbRowUpdatedEventArgs e, AsyncCallback callback, Object object) |
![]() | = | EndInvoke (IAsyncResult result) |
![]() | = | Invoke (Object sender, OleDbRowUpdatedEventArgs e) |
Powered by Ricciolo