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 ... 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ...
System.Data.Common.SchemaTableOptionalColumn + | ||
---|---|---|
+ | AutoIncrementSeed | |
+ | AutoIncrementStep | |
+ | BaseCatalogName | |
+ | BaseColumnNamespace | |
+ | BaseServerName | |
+ | BaseTableNamespace | |
+ | ColumnMapping | |
+ | DefaultValue | |
+ | Expression | |
+ | IsAutoIncrement | |
+ | IsHidden | |
+ | IsReadOnly | |
+ | IsRowVersion | |
+ | ProviderSpecificDataType |
System.Data.Common.SupportedJoinOperators + | ||
---|---|---|
+ | FullOuter | |
+ | Inner | |
+ | LeftOuter | |
+ | None | |
+ | RightOuter | |
+ | value__ |
System.Data.InvalidExpressionException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Data.EvaluateException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Data.SyntaxErrorException = | ||
---|---|---|
= | .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 () | |
- | GetDeleteCommand (Boolean useColumnsForParameterNames) | |
= | GetInsertCommand () | |
- | GetInsertCommand (Boolean useColumnsForParameterNames) | |
= | GetUpdateCommand () | |
- | GetUpdateCommand (Boolean useColumnsForParameterNames) | |
- | QuoteIdentifier (String unquotedIdentifier) | |
- | QuoteIdentifier (String unquotedIdentifier, OdbcConnection connection) | |
- | UnquoteIdentifier (String quotedIdentifier) | |
- | UnquoteIdentifier (String quotedIdentifier, OdbcConnection connection) | |
= | DataAdapter |
System.Data.Odbc.OdbcConnection != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | InfoMessage | |
= | BeginTransaction () | |
= | BeginTransaction (IsolationLevel isolevel) | |
= | ChangeDatabase (String value) | |
= | Close () | |
= | CreateCommand () | |
= | EnlistDistributedTransaction (ITransaction transaction) | |
- | EnlistTransaction (Transaction transaction) | |
- | GetSchema () | |
- | GetSchema (String collectionName) | |
- | GetSchema (String collectionName, String[] restrictionValues) | |
= | Open () | |
= | ReleaseObjectPool () | |
= | ConnectionString | |
= | ConnectionTimeout | |
= | Database | |
= | DataSource | |
= | Driver | |
= | ServerVersion | |
= | State |
System.Data.Odbc.OdbcConnectionStringBuilder + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | Clear () | |
+ | ContainsKey (String keyword) | |
+ | Remove (String keyword) | |
+ | TryGetValue (String keyword, Object& value) | |
+ | Driver | |
+ | Dsn | |
+ | Item [String keyword] | |
+ | Keys |
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) | |
= | GetDataTypeName (Int32 i) | |
= | GetDate (Int32 i) | |
= | GetDateTime (Int32 i) | |
= | GetDecimal (Int32 i) | |
= | GetDouble (Int32 i) | |
- | GetEnumerator () | |
= | 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 (OdbcError[] array, Int32 i) | |
= | GetEnumerator () | |
= | Count | |
= | Item [Int32 i] |
System.Data.Odbc.OdbcException != | ||
---|---|---|
= | GetObjectData (SerializationInfo si, StreamingContext context) | |
= | GetObjectData (SerializationInfo si, StreamingContext context) | |
= | Errors | |
= | Errors | |
+ | Message | |
= | Source | |
= | Source |
Powered by Ricciolo