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 ...
![]() | System.Data.FillErrorEventHandler = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | BeginInvoke (Object sender, FillErrorEventArgs e, AsyncCallback callback, Object object) |
![]() | = | EndInvoke (IAsyncResult result) |
![]() | = | Invoke (Object sender, FillErrorEventArgs e) |
![]() | System.Data.ForeignKeyConstraint = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | Equals (Object key) |
![]() | = | Equals (Object key) |
![]() | = | GetHashCode () |
![]() | = | GetHashCode () |
![]() | = | AcceptRejectRule |
![]() | = | AcceptRejectRule |
![]() | = | Columns |
![]() | = | Columns |
![]() | = | DeleteRule |
![]() | = | DeleteRule |
![]() | = | RelatedColumns |
![]() | = | RelatedColumns |
![]() | = | RelatedTable |
![]() | = | RelatedTable |
![]() | = | Table |
![]() | = | Table |
![]() | = | UpdateRule |
![]() | = | UpdateRule |
![]() | System.Data.IColumnMapping = | |
---|---|---|
![]() | = | DataSetColumn |
![]() | = | SourceColumn |
![]() | System.Data.IColumnMappingCollection = | |
---|---|---|
![]() | = | Add (String sourceColumnName, String dataSetColumnName) |
![]() | = | Contains (String sourceColumnName) |
![]() | = | GetByDataSetColumn (String dataSetColumnName) |
![]() | = | IndexOf (String sourceColumnName) |
![]() | = | RemoveAt (String sourceColumnName) |
![]() | = | Item [String index] |
![]() | System.Data.IDataParameter = | |
---|---|---|
![]() | = | DbType |
![]() | = | Direction |
![]() | = | IsNullable |
![]() | = | ParameterName |
![]() | = | SourceColumn |
![]() | = | SourceVersion |
![]() | = | Value |
![]() | System.Data.IDataParameterCollection = | |
---|---|---|
![]() | = | Contains (String parameterName) |
![]() | = | IndexOf (String parameterName) |
![]() | = | RemoveAt (String parameterName) |
![]() | = | Item [String parameterName] |
![]() | System.Data.IDataRecord = | |
---|---|---|
![]() | = | GetBoolean (Int32 i) |
![]() | = | GetByte (Int32 i) |
![]() | = | GetBytes (Int32 i, Int64 fieldOffset, Byte[] buffer, Int32 bufferoffset, Int32 length) |
![]() | = | GetChar (Int32 i) |
![]() | = | GetChars (Int32 i, Int64 fieldoffset, Char[] buffer, Int32 bufferoffset, 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.IDataReader = | |
---|---|---|
![]() | = | Close () |
![]() | = | GetSchemaTable () |
![]() | = | NextResult () |
![]() | = | Read () |
![]() | = | Depth |
![]() | = | IsClosed |
![]() | = | RecordsAffected |
![]() | System.Data.IDataAdapter = | |
---|---|---|
![]() | = | Fill (DataSet dataSet) |
![]() | = | FillSchema (DataSet dataSet, SchemaType schemaType) |
![]() | = | GetFillParameters () |
![]() | = | Update (DataSet dataSet) |
![]() | = | MissingMappingAction |
![]() | = | MissingSchemaAction |
![]() | = | TableMappings |
![]() | System.Data.IDbCommand = | |
---|---|---|
![]() | = | Cancel () |
![]() | = | CreateParameter () |
![]() | = | ExecuteNonQuery () |
![]() | = | ExecuteReader (CommandBehavior behavior) |
![]() | = | ExecuteReader () |
![]() | = | ExecuteScalar () |
![]() | = | Prepare () |
![]() | = | CommandText |
![]() | = | CommandTimeout |
![]() | = | CommandType |
![]() | = | Connection |
![]() | = | Parameters |
![]() | = | Transaction |
![]() | = | UpdatedRowSource |
![]() | System.Data.IDbConnection = | |
---|---|---|
![]() | = | BeginTransaction (IsolationLevel il) |
![]() | = | BeginTransaction () |
![]() | = | ChangeDatabase (String databaseName) |
![]() | = | Close () |
![]() | = | CreateCommand () |
![]() | = | Open () |
![]() | = | ConnectionString |
![]() | = | ConnectionTimeout |
![]() | = | Database |
![]() | = | State |
![]() | System.Data.IDbDataAdapter = | |
---|---|---|
![]() | = | DeleteCommand |
![]() | = | InsertCommand |
![]() | = | SelectCommand |
![]() | = | UpdateCommand |
![]() | System.Data.IDbDataParameter = | |
---|---|---|
![]() | = | Precision |
![]() | = | Scale |
![]() | = | Size |
![]() | System.Data.IDbTransaction = | |
---|---|---|
![]() | = | Commit () |
![]() | = | Rollback () |
![]() | = | Connection |
![]() | = | IsolationLevel |
Powered by Ricciolo