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 ... 20 21 22 23 24 25 26 27 28 29 30 31 32
System.Data.SqlTypes.SqlInt32 != | ||
---|---|---|
= | .ctor () | |
= | MaxValue | |
= | MinValue | |
= | Null | |
= | Zero | |
= | Add (SqlInt32 x, SqlInt32 y) | |
= | BitwiseAnd (SqlInt32 x, SqlInt32 y) | |
= | BitwiseOr (SqlInt32 x, SqlInt32 y) | |
= | CompareTo (Object value) | |
- | CompareTo (SqlInt32 value) | |
= | Divide (SqlInt32 x, SqlInt32 y) | |
= | Equals (SqlInt32 x, SqlInt32 y) | |
= | Equals (Object value) | |
= | GetHashCode () | |
- | GetXsdType (XmlSchemaSet schemaSet) | |
= | GreaterThan (SqlInt32 x, SqlInt32 y) | |
= | GreaterThanOrEqual (SqlInt32 x, SqlInt32 y) | |
= | LessThan (SqlInt32 x, SqlInt32 y) | |
= | LessThanOrEqual (SqlInt32 x, SqlInt32 y) | |
= | Mod (SqlInt32 x, SqlInt32 y) | |
- | Modulus (SqlInt32 x, SqlInt32 y) | |
= | Multiply (SqlInt32 x, SqlInt32 y) | |
= | NotEquals (SqlInt32 x, SqlInt32 y) | |
= | OnesComplement (SqlInt32 x) | |
= | op_Addition (SqlInt32 x, SqlInt32 y) | |
= | op_BitwiseAnd (SqlInt32 x, SqlInt32 y) | |
= | op_BitwiseOr (SqlInt32 x, SqlInt32 y) | |
= | op_Division (SqlInt32 x, SqlInt32 y) | |
= | op_Equality (SqlInt32 x, SqlInt32 y) | |
= | op_ExclusiveOr (SqlInt32 x, SqlInt32 y) | |
= | op_Explicit (SqlInt32 x) | |
= | op_Explicit (SqlBoolean x) | |
= | op_Explicit (SqlInt64 x) | |
= | op_Explicit (SqlSingle x) | |
= | op_Explicit (SqlDouble x) | |
= | op_Explicit (SqlMoney x) | |
= | op_Explicit (SqlDecimal x) | |
= | op_Explicit (SqlString x) | |
= | op_GreaterThan (SqlInt32 x, SqlInt32 y) | |
= | op_GreaterThanOrEqual (SqlInt32 x, SqlInt32 y) | |
= | op_Implicit (Int32 x) | |
= | op_Implicit (SqlByte x) | |
= | op_Implicit (SqlInt16 x) | |
= | op_Inequality (SqlInt32 x, SqlInt32 y) | |
= | op_LessThan (SqlInt32 x, SqlInt32 y) | |
= | op_LessThanOrEqual (SqlInt32 x, SqlInt32 y) | |
= | op_Modulus (SqlInt32 x, SqlInt32 y) | |
= | op_Multiply (SqlInt32 x, SqlInt32 y) | |
= | op_OnesComplement (SqlInt32 x) | |
= | op_Subtraction (SqlInt32 x, SqlInt32 y) | |
= | op_UnaryNegation (SqlInt32 x) | |
= | Parse (String s) | |
= | Subtract (SqlInt32 x, SqlInt32 y) | |
= | ToSqlBoolean () | |
= | ToSqlByte () | |
= | ToSqlDecimal () | |
= | ToSqlDouble () | |
= | ToSqlInt16 () | |
= | ToSqlInt64 () | |
= | ToSqlMoney () | |
= | ToSqlSingle () | |
= | ToSqlString () | |
= | ToString () | |
= | Xor (SqlInt32 x, SqlInt32 y) | |
= | IsNull | |
= | Value |
System.Data.SqlTypes.SqlInt64 != | ||
---|---|---|
= | .ctor () | |
= | MaxValue | |
= | MinValue | |
= | Null | |
= | Zero | |
= | Add (SqlInt64 x, SqlInt64 y) | |
= | BitwiseAnd (SqlInt64 x, SqlInt64 y) | |
= | BitwiseOr (SqlInt64 x, SqlInt64 y) | |
= | CompareTo (Object value) | |
- | CompareTo (SqlInt64 value) | |
= | Divide (SqlInt64 x, SqlInt64 y) | |
= | Equals (SqlInt64 x, SqlInt64 y) | |
= | Equals (Object value) | |
= | GetHashCode () | |
- | GetXsdType (XmlSchemaSet schemaSet) | |
= | GreaterThan (SqlInt64 x, SqlInt64 y) | |
= | GreaterThanOrEqual (SqlInt64 x, SqlInt64 y) | |
= | LessThan (SqlInt64 x, SqlInt64 y) | |
= | LessThanOrEqual (SqlInt64 x, SqlInt64 y) | |
= | Mod (SqlInt64 x, SqlInt64 y) | |
- | Modulus (SqlInt64 x, SqlInt64 y) | |
= | Multiply (SqlInt64 x, SqlInt64 y) | |
= | NotEquals (SqlInt64 x, SqlInt64 y) | |
= | OnesComplement (SqlInt64 x) | |
= | op_Addition (SqlInt64 x, SqlInt64 y) | |
= | op_BitwiseAnd (SqlInt64 x, SqlInt64 y) | |
= | op_BitwiseOr (SqlInt64 x, SqlInt64 y) | |
= | op_Division (SqlInt64 x, SqlInt64 y) | |
= | op_Equality (SqlInt64 x, SqlInt64 y) | |
= | op_ExclusiveOr (SqlInt64 x, SqlInt64 y) | |
= | op_Explicit (SqlInt64 x) | |
= | op_Explicit (SqlBoolean x) | |
= | op_Explicit (SqlSingle x) | |
= | op_Explicit (SqlDouble x) | |
= | op_Explicit (SqlMoney x) | |
= | op_Explicit (SqlDecimal x) | |
= | op_Explicit (SqlString x) | |
= | op_GreaterThan (SqlInt64 x, SqlInt64 y) | |
= | op_GreaterThanOrEqual (SqlInt64 x, SqlInt64 y) | |
= | op_Implicit (Int64 x) | |
= | op_Implicit (SqlByte x) | |
= | op_Implicit (SqlInt16 x) | |
= | op_Implicit (SqlInt32 x) | |
= | op_Inequality (SqlInt64 x, SqlInt64 y) | |
= | op_LessThan (SqlInt64 x, SqlInt64 y) | |
= | op_LessThanOrEqual (SqlInt64 x, SqlInt64 y) | |
= | op_Modulus (SqlInt64 x, SqlInt64 y) | |
= | op_Multiply (SqlInt64 x, SqlInt64 y) | |
= | op_OnesComplement (SqlInt64 x) | |
= | op_Subtraction (SqlInt64 x, SqlInt64 y) | |
= | op_UnaryNegation (SqlInt64 x) | |
= | Parse (String s) | |
= | Subtract (SqlInt64 x, SqlInt64 y) | |
= | ToSqlBoolean () | |
= | ToSqlByte () | |
= | ToSqlDecimal () | |
= | ToSqlDouble () | |
= | ToSqlInt16 () | |
= | ToSqlInt32 () | |
= | ToSqlMoney () | |
= | ToSqlSingle () | |
= | ToSqlString () | |
= | ToString () | |
= | Xor (SqlInt64 x, SqlInt64 y) | |
= | IsNull | |
= | Value |
System.Data.SqlTypes.SqlMoney != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | MaxValue | |
= | MinValue | |
= | Null | |
= | Zero | |
= | Add (SqlMoney x, SqlMoney y) | |
= | CompareTo (Object value) | |
- | CompareTo (SqlMoney value) | |
= | Divide (SqlMoney x, SqlMoney y) | |
= | Equals (SqlMoney x, SqlMoney y) | |
= | Equals (Object value) | |
= | GetHashCode () | |
- | GetXsdType (XmlSchemaSet schemaSet) | |
= | GreaterThan (SqlMoney x, SqlMoney y) | |
= | GreaterThanOrEqual (SqlMoney x, SqlMoney y) | |
= | LessThan (SqlMoney x, SqlMoney y) | |
= | LessThanOrEqual (SqlMoney x, SqlMoney y) | |
= | Multiply (SqlMoney x, SqlMoney y) | |
= | NotEquals (SqlMoney x, SqlMoney y) | |
= | op_Addition (SqlMoney x, SqlMoney y) | |
= | op_Division (SqlMoney x, SqlMoney y) | |
= | op_Equality (SqlMoney x, SqlMoney y) | |
- | op_Explicit (Double x) | |
= | op_Explicit (SqlMoney x) | |
= | op_Explicit (SqlBoolean x) | |
= | op_Explicit (SqlSingle x) | |
= | op_Explicit (SqlDouble x) | |
= | op_Explicit (SqlDecimal x) | |
= | op_Explicit (SqlString x) | |
= | op_GreaterThan (SqlMoney x, SqlMoney y) | |
= | op_GreaterThanOrEqual (SqlMoney x, SqlMoney y) | |
= | op_Implicit (Decimal x) | |
- | op_Implicit (Int64 x) | |
= | op_Implicit (SqlByte x) | |
= | op_Implicit (SqlInt16 x) | |
= | op_Implicit (SqlInt32 x) | |
= | op_Implicit (SqlInt64 x) | |
= | op_Inequality (SqlMoney x, SqlMoney y) | |
= | op_LessThan (SqlMoney x, SqlMoney y) | |
= | op_LessThanOrEqual (SqlMoney x, SqlMoney y) | |
= | op_Multiply (SqlMoney x, SqlMoney y) | |
= | op_Subtraction (SqlMoney x, SqlMoney y) | |
= | op_UnaryNegation (SqlMoney x) | |
= | Parse (String s) | |
= | Subtract (SqlMoney x, SqlMoney y) | |
= | ToDecimal () | |
= | ToDouble () | |
= | ToInt32 () | |
= | ToInt64 () | |
= | ToSqlBoolean () | |
= | ToSqlByte () | |
= | ToSqlDecimal () | |
= | ToSqlDouble () | |
= | ToSqlInt16 () | |
= | ToSqlInt32 () | |
= | ToSqlInt64 () | |
= | ToSqlSingle () | |
= | ToSqlString () | |
= | ToString () | |
= | IsNull | |
= | Value |
System.Data.SqlTypes.SqlSingle != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | MaxValue | |
= | MinValue | |
= | Null | |
= | Zero | |
= | Add (SqlSingle x, SqlSingle y) | |
= | CompareTo (Object value) | |
- | CompareTo (SqlSingle value) | |
= | Divide (SqlSingle x, SqlSingle y) | |
= | Equals (SqlSingle x, SqlSingle y) | |
= | Equals (Object value) | |
= | GetHashCode () | |
- | GetXsdType (XmlSchemaSet schemaSet) | |
= | GreaterThan (SqlSingle x, SqlSingle y) | |
= | GreaterThanOrEqual (SqlSingle x, SqlSingle y) | |
= | LessThan (SqlSingle x, SqlSingle y) | |
= | LessThanOrEqual (SqlSingle x, SqlSingle y) | |
= | Multiply (SqlSingle x, SqlSingle y) | |
= | NotEquals (SqlSingle x, SqlSingle y) | |
= | op_Addition (SqlSingle x, SqlSingle y) | |
= | op_Division (SqlSingle x, SqlSingle y) | |
= | op_Equality (SqlSingle x, SqlSingle y) | |
= | op_Explicit (SqlSingle x) | |
= | op_Explicit (SqlBoolean x) | |
= | op_Explicit (SqlDouble x) | |
= | op_Explicit (SqlString x) | |
= | op_GreaterThan (SqlSingle x, SqlSingle y) | |
= | op_GreaterThanOrEqual (SqlSingle x, SqlSingle y) | |
= | op_Implicit (Single x) | |
= | op_Implicit (SqlByte x) | |
= | op_Implicit (SqlInt16 x) | |
= | op_Implicit (SqlInt32 x) | |
= | op_Implicit (SqlInt64 x) | |
= | op_Implicit (SqlMoney x) | |
= | op_Implicit (SqlDecimal x) | |
= | op_Inequality (SqlSingle x, SqlSingle y) | |
= | op_LessThan (SqlSingle x, SqlSingle y) | |
= | op_LessThanOrEqual (SqlSingle x, SqlSingle y) | |
= | op_Multiply (SqlSingle x, SqlSingle y) | |
= | op_Subtraction (SqlSingle x, SqlSingle y) | |
= | op_UnaryNegation (SqlSingle x) | |
= | Parse (String s) | |
= | Subtract (SqlSingle x, SqlSingle y) | |
= | ToSqlBoolean () | |
= | ToSqlByte () | |
= | ToSqlDecimal () | |
= | ToSqlDouble () | |
= | ToSqlInt16 () | |
= | ToSqlInt32 () | |
= | ToSqlInt64 () | |
= | ToSqlMoney () | |
= | ToSqlString () | |
= | ToString () | |
= | IsNull | |
= | Value |
System.Data.SqlTypes.SqlCompareOptions != | ||
---|---|---|
= | BinarySort | |
- | BinarySort2 | |
= | IgnoreCase | |
= | IgnoreKanaType | |
= | IgnoreNonSpace | |
= | IgnoreWidth | |
= | None | |
= | value__ |
System.Data.SqlTypes.SqlString != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | BinarySort | |
- | BinarySort2 | |
= | IgnoreCase | |
= | IgnoreKanaType | |
= | IgnoreNonSpace | |
= | IgnoreWidth | |
= | Null | |
- | Add (SqlString x, SqlString y) | |
= | Clone () | |
= | CompareOptionsFromSqlCompareOptions (SqlCompareOptions compareOptions) | |
= | CompareTo (Object value) | |
- | CompareTo (SqlString value) | |
= | Concat (SqlString x, SqlString y) | |
= | Equals (SqlString x, SqlString y) | |
= | Equals (Object value) | |
= | GetHashCode () | |
= | GetNonUnicodeBytes () | |
= | GetUnicodeBytes () | |
- | GetXsdType (XmlSchemaSet schemaSet) | |
= | GreaterThan (SqlString x, SqlString y) | |
= | GreaterThanOrEqual (SqlString x, SqlString y) | |
= | LessThan (SqlString x, SqlString y) | |
= | LessThanOrEqual (SqlString x, SqlString y) | |
= | NotEquals (SqlString x, SqlString y) | |
= | op_Addition (SqlString x, SqlString y) | |
= | op_Equality (SqlString x, SqlString y) | |
= | op_Explicit (SqlString x) | |
= | op_Explicit (SqlBoolean x) | |
= | op_Explicit (SqlByte x) | |
= | op_Explicit (SqlInt16 x) | |
= | op_Explicit (SqlInt32 x) | |
= | op_Explicit (SqlInt64 x) | |
= | op_Explicit (SqlSingle x) | |
= | op_Explicit (SqlDouble x) | |
= | op_Explicit (SqlDecimal x) | |
= | op_Explicit (SqlMoney x) | |
= | op_Explicit (SqlDateTime x) | |
= | op_Explicit (SqlGuid x) | |
= | op_GreaterThan (SqlString x, SqlString y) | |
= | op_GreaterThanOrEqual (SqlString x, SqlString y) | |
= | op_Implicit (String x) | |
= | op_Inequality (SqlString x, SqlString y) | |
= | op_LessThan (SqlString x, SqlString y) | |
= | op_LessThanOrEqual (SqlString x, SqlString y) | |
= | ToSqlBoolean () | |
= | ToSqlByte () | |
= | ToSqlDateTime () | |
= | ToSqlDecimal () | |
= | ToSqlDouble () | |
= | ToSqlGuid () | |
= | ToSqlInt16 () | |
= | ToSqlInt32 () | |
= | ToSqlInt64 () | |
= | ToSqlMoney () | |
= | ToSqlSingle () | |
= | ToString () | |
= | CompareInfo | |
= | CultureInfo | |
= | IsNull | |
= | LCID | |
= | SqlCompareOptions | |
= | Value |
System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | ImportSchemaType (String name, String xmlNamespace, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider) | |
+ | ImportSchemaType (XmlSchemaType type, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider) |
System.Data.SqlTypes.TypeCharSchemaImporterExtension + | ||
---|---|---|
+ | .ctor () |
System.Data.SqlTypes.TypeNCharSchemaImporterExtension + | ||
---|---|---|
+ | .ctor () |
System.Data.SqlTypes.TypeVarCharSchemaImporterExtension + | ||
---|---|---|
+ | .ctor () |
System.Data.SqlTypes.TypeNVarCharSchemaImporterExtension + | ||
---|---|---|
+ | .ctor () |
System.Data.SqlTypes.TypeTextSchemaImporterExtension + | ||
---|---|---|
+ | .ctor () |
System.Data.SqlTypes.TypeNTextSchemaImporterExtension + | ||
---|---|---|
+ | .ctor () |
System.Data.SqlTypes.TypeVarBinarySchemaImporterExtension + | ||
---|---|---|
+ | .ctor () |
Powered by Ricciolo