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 ...
System.Data.Common.DbDataRecord = | ||
---|---|---|
= | GetBoolean (Int32 i) | |
= | GetByte (Int32 i) | |
= | GetBytes (Int32 i, Int64 dataIndex, Byte[] buffer, Int32 bufferIndex, Int32 length) | |
= | GetChar (Int32 i) | |
= | GetChars (Int32 i, Int64 dataIndex, Char[] buffer, Int32 bufferIndex, Int32 length) | |
= | GetData (Int32 i) | |
= | GetDataTypeName (Int32 i) | |
= | GetDateTime (Int32 i) | |
= | GetDecimal (Int32 i) | |
= | GetDouble (Int32 i) | |
= | GetFieldType (Int32 i) | |
= | GetFloat (Int32 i) | |
= | GetGuid (Int32 i) | |
= | GetInt16 (Int32 i) | |
= | GetInt32 (Int32 i) | |
= | GetInt64 (Int32 i) | |
= | GetName (Int32 i) | |
= | GetOrdinal (String name) | |
= | GetString (Int32 i) | |
= | GetValue (Int32 i) | |
= | GetValues (Object[] values) | |
= | IsDBNull (Int32 i) | |
= | FieldCount | |
= | Item [Int32 i] | |
= | Item [String name] |
System.Data.Common.DbEnumerator = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | MoveNext () | |
= | Reset () | |
= | Current |
System.Data.Common.RowUpdatedEventArgs != | ||
---|---|---|
+ | .ctor () | |
+ | CopyToRows (DataRow[] array) | |
+ | CopyToRows (DataRow[] array, Int32 arrayIndex) | |
= | Command | |
= | Command | |
= | Errors | |
= | Errors | |
= | RecordsAffected | |
= | RecordsAffected | |
= | Row | |
= | Row | |
+ | RowCount | |
= | StatementType | |
= | StatementType | |
= | Status | |
= | Status | |
= | TableMapping | |
= | TableMapping |
System.Data.Common.RowUpdatingEventArgs != | ||
---|---|---|
+ | .ctor () | |
= | Command | |
= | Command | |
= | Errors | |
= | Errors | |
= | Row | |
= | Row | |
= | StatementType | |
= | StatementType | |
= | Status | |
= | Status | |
= | TableMapping | |
= | TableMapping |
System.Data.InvalidExpressionException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Data.EvaluateException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Data.SyntaxErrorException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Data.Odbc.OdbcCommand = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Cancel () | |
= | CreateParameter () | |
= | ExecuteNonQuery () | |
= | ExecuteReader () | |
= | ExecuteReader (CommandBehavior behavior) | |
= | ExecuteScalar () | |
= | Prepare () | |
= | ResetCommandTimeout () | |
= | CommandText | |
= | CommandTimeout | |
= | CommandType | |
= | Connection | |
= | DesignTimeVisible | |
= | Parameters | |
= | Transaction | |
= | UpdatedRowSource |
System.Data.Odbc.OdbcCommandBuilder != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | DeriveParameters (OdbcCommand command) | |
= | GetDeleteCommand () | |
= | GetInsertCommand () | |
= | GetUpdateCommand () | |
- | RefreshSchema () | |
= | DataAdapter | |
- | QuotePrefix | |
- | QuoteSuffix |
System.Data.Odbc.OdbcConnection != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | InfoMessage | |
= | InfoMessage | |
- | StateChange | |
= | BeginTransaction () | |
= | BeginTransaction (IsolationLevel isolevel) | |
= | BeginTransaction () | |
= | BeginTransaction (IsolationLevel isolevel) | |
= | ChangeDatabase (String value) | |
= | ChangeDatabase (String value) | |
= | Close () | |
= | Close () | |
= | CreateCommand () | |
= | CreateCommand () | |
= | EnlistDistributedTransaction (ITransaction transaction) | |
= | EnlistDistributedTransaction (ITransaction transaction) | |
+ | EnlistTransaction (Transaction transaction) | |
+ | GetSchema () | |
+ | GetSchema (String collectionName) | |
+ | GetSchema (String collectionName, String[] restrictionValues) | |
= | Open () | |
= | Open () | |
= | ReleaseObjectPool () | |
= | ReleaseObjectPool () | |
= | ConnectionString | |
= | ConnectionString | |
= | ConnectionTimeout | |
= | ConnectionTimeout | |
= | Database | |
= | Database | |
= | DataSource | |
= | DataSource | |
= | Driver | |
= | Driver | |
= | ServerVersion | |
= | ServerVersion | |
= | State | |
= | State |
System.Data.Odbc.OdbcDataAdapter = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | RowUpdated | |
= | RowUpdating | |
= | DeleteCommand | |
= | InsertCommand | |
= | SelectCommand | |
= | UpdateCommand |
System.Data.Odbc.OdbcDataReader != | ||
---|---|---|
= | Close () | |
= | GetBoolean (Int32 i) | |
= | GetByte (Int32 i) | |
= | GetBytes (Int32 i, Int64 dataIndex, Byte[] buffer, Int32 bufferIndex, Int32 length) | |
= | GetChar (Int32 i) | |
= | GetChars (Int32 i, Int64 dataIndex, Char[] buffer, Int32 bufferIndex, Int32 length) | |
- | GetData (Int32 i) | |
= | GetDataTypeName (Int32 i) | |
= | GetDate (Int32 i) | |
= | GetDateTime (Int32 i) | |
= | GetDecimal (Int32 i) | |
= | GetDouble (Int32 i) | |
= | GetFieldType (Int32 i) | |
= | GetFloat (Int32 i) | |
= | GetGuid (Int32 i) | |
= | GetInt16 (Int32 i) | |
= | GetInt32 (Int32 i) | |
= | GetInt64 (Int32 i) | |
= | GetName (Int32 i) | |
= | GetOrdinal (String value) | |
= | GetSchemaTable () | |
= | GetString (Int32 i) | |
= | GetTime (Int32 i) | |
= | GetValue (Int32 i) | |
= | GetValues (Object[] values) | |
= | IsDBNull (Int32 i) | |
= | NextResult () | |
= | Read () | |
= | Depth | |
= | FieldCount | |
= | HasRows | |
= | IsClosed | |
= | Item [Int32 i] | |
= | Item [String value] | |
= | RecordsAffected |
System.Data.Odbc.OdbcError = | ||
---|---|---|
= | ToString () | |
= | Message | |
= | NativeError | |
= | Source | |
= | SQLState |
System.Data.Odbc.OdbcErrorCollection != | ||
---|---|---|
= | CopyTo (Array array, Int32 i) | |
= | CopyTo (Array array, Int32 i) | |
+ | CopyTo (OdbcError[] array, Int32 i) | |
= | GetEnumerator () | |
= | GetEnumerator () | |
= | Count | |
= | Count | |
= | Item [Int32 i] | |
= | Item [Int32 i] |
Powered by Ricciolo