This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
using System;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
// Token: 0x020000B0 RID: 176
[Token(Token = "0x20000B0")]
internal enum EComparison
{
// Token: 0x04000408 RID: 1032
[Token(Token = "0x4000408")]
LT,
// Token: 0x04000409 RID: 1033
[Token(Token = "0x4000409")]
LE,
// Token: 0x0400040A RID: 1034
[Token(Token = "0x400040A")]
EQ,
// Token: 0x0400040B RID: 1035
[Token(Token = "0x400040B")]
GE,
// Token: 0x0400040C RID: 1036
[Token(Token = "0x400040C")]
GT,
// Token: 0x0400040D RID: 1037
[Token(Token = "0x400040D")]
NE
}
}
+25
View File
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>All the <see cref="N:System.Data.SqlTypes" /> objects and structures implement the <see langword="INullable" /> interface.</summary>
// Token: 0x0200009E RID: 158
[Token(Token = "0x200009E")]
public interface INullable
{
/// <summary>Indicates whether a structure is null. This property is read-only.</summary>
/// <returns>
/// <see cref="T:System.Data.SqlTypes.SqlBoolean" />
/// <see langword="true" /> if the value of this object is null. Otherwise, <see langword="false" />.</returns>
// Token: 0x1700016A RID: 362
// (get) Token: 0x060008F2 RID: 2290
[Token(Token = "0x1700016A")]
bool IsNull
{
[Token(Token = "0x60008F2")]
[Address(Slot = "0")]
get;
}
}
}
+198
View File
@@ -0,0 +1,198 @@
using System;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
// Token: 0x0200009D RID: 157
[Token(Token = "0x200009D")]
internal static class SQLResource
{
// Token: 0x1700015E RID: 350
// (get) Token: 0x060008E2 RID: 2274 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700015E")]
internal static string NullString
{
[Token(Token = "0x60008E2")]
[Address(RVA = "0x9F69C0", Offset = "0x9F59C0", VA = "0x1809F69C0")]
get
{
return null;
}
}
// Token: 0x1700015F RID: 351
// (get) Token: 0x060008E3 RID: 2275 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700015F")]
internal static string ArithOverflowMessage
{
[Token(Token = "0x60008E3")]
[Address(RVA = "0x9F6840", Offset = "0x9F5840", VA = "0x1809F6840")]
get
{
return null;
}
}
// Token: 0x17000160 RID: 352
// (get) Token: 0x060008E4 RID: 2276 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000160")]
internal static string DivideByZeroMessage
{
[Token(Token = "0x60008E4")]
[Address(RVA = "0x9F6930", Offset = "0x9F5930", VA = "0x1809F6930")]
get
{
return null;
}
}
// Token: 0x17000161 RID: 353
// (get) Token: 0x060008E5 RID: 2277 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000161")]
internal static string NullValueMessage
{
[Token(Token = "0x60008E5")]
[Address(RVA = "0x9F69F0", Offset = "0x9F59F0", VA = "0x1809F69F0")]
get
{
return null;
}
}
// Token: 0x17000162 RID: 354
// (get) Token: 0x060008E6 RID: 2278 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000162")]
internal static string TruncationMessage
{
[Token(Token = "0x60008E6")]
[Address(RVA = "0x9F6A50", Offset = "0x9F5A50", VA = "0x1809F6A50")]
get
{
return null;
}
}
// Token: 0x17000163 RID: 355
// (get) Token: 0x060008E7 RID: 2279 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000163")]
internal static string DateTimeOverflowMessage
{
[Token(Token = "0x60008E7")]
[Address(RVA = "0x9F6900", Offset = "0x9F5900", VA = "0x1809F6900")]
get
{
return null;
}
}
// Token: 0x17000164 RID: 356
// (get) Token: 0x060008E8 RID: 2280 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000164")]
internal static string ConcatDiffCollationMessage
{
[Token(Token = "0x60008E8")]
[Address(RVA = "0x9F68A0", Offset = "0x9F58A0", VA = "0x1809F68A0")]
get
{
return null;
}
}
// Token: 0x17000165 RID: 357
// (get) Token: 0x060008E9 RID: 2281 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000165")]
internal static string CompareDiffCollationMessage
{
[Token(Token = "0x60008E9")]
[Address(RVA = "0x9F6870", Offset = "0x9F5870", VA = "0x1809F6870")]
get
{
return null;
}
}
// Token: 0x17000166 RID: 358
// (get) Token: 0x060008EA RID: 2282 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000166")]
internal static string ConversionOverflowMessage
{
[Token(Token = "0x60008EA")]
[Address(RVA = "0x9F68D0", Offset = "0x9F58D0", VA = "0x1809F68D0")]
get
{
return null;
}
}
// Token: 0x17000167 RID: 359
// (get) Token: 0x060008EB RID: 2283 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000167")]
internal static string TimeZoneSpecifiedMessage
{
[Token(Token = "0x60008EB")]
[Address(RVA = "0x9F6A20", Offset = "0x9F5A20", VA = "0x1809F6A20")]
get
{
return null;
}
}
// Token: 0x17000168 RID: 360
// (get) Token: 0x060008EC RID: 2284 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000168")]
internal static string InvalidPrecScaleMessage
{
[Token(Token = "0x60008EC")]
[Address(RVA = "0x9F6990", Offset = "0x9F5990", VA = "0x1809F6990")]
get
{
return null;
}
}
// Token: 0x17000169 RID: 361
// (get) Token: 0x060008ED RID: 2285 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000169")]
internal static string FormatMessage
{
[Token(Token = "0x60008ED")]
[Address(RVA = "0x9F6960", Offset = "0x9F5960", VA = "0x1809F6960")]
get
{
return null;
}
}
// Token: 0x060008EE RID: 2286 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60008EE")]
[Address(RVA = "0x9F6740", Offset = "0x9F5740", VA = "0x1809F6740")]
internal static string InvalidOpStreamClosed(string method)
{
return null;
}
// Token: 0x060008EF RID: 2287 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60008EF")]
[Address(RVA = "0x9F6800", Offset = "0x9F5800", VA = "0x1809F6800")]
internal static string InvalidOpStreamNonWritable(string method)
{
return null;
}
// Token: 0x060008F0 RID: 2288 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60008F0")]
[Address(RVA = "0x9F6780", Offset = "0x9F5780", VA = "0x1809F6780")]
internal static string InvalidOpStreamNonReadable(string method)
{
return null;
}
// Token: 0x060008F1 RID: 2289 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60008F1")]
[Address(RVA = "0x9F67C0", Offset = "0x9F57C0", VA = "0x1809F67C0")]
internal static string InvalidOpStreamNonSeekable(string method)
{
return null;
}
}
}
+270
View File
@@ -0,0 +1,270 @@
using System;
using System.Reflection;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a variable-length stream of binary data to be stored in or retrieved from a database.</summary>
// Token: 0x0200009F RID: 159
[Token(Token = "0x200009F")]
[DefaultMember("Item")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlBinary : INullable, IComparable, IXmlSerializable
{
// Token: 0x060008F3 RID: 2291 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60008F3")]
[Address(RVA = "0x9F88E0", Offset = "0x9F78E0", VA = "0x1809F88E0")]
private SqlBinary(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure, setting the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property to the contents of the supplied byte array.</summary>
/// <param name="value">The byte array to be stored or retrieved.</param>
// Token: 0x060008F4 RID: 2292 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60008F4")]
[Address(RVA = "0x9F88F0", Offset = "0x9F78F0", VA = "0x1809F88F0")]
public SqlBinary(byte[] value)
{
}
/// <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure is null. This property is read-only.</summary>
/// <returns>
/// <see langword="true" /> if <see langword="null" />; otherwise, <see langword="false" />.</returns>
// Token: 0x1700016B RID: 363
// (get) Token: 0x060008F5 RID: 2293 RVA: 0x00005024 File Offset: 0x00003224
[Token(Token = "0x1700016B")]
public bool IsNull
{
[Token(Token = "0x60008F5")]
[Address(RVA = "0x8BCFA0", Offset = "0x8BBFA0", VA = "0x1808BCFA0", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure. This property is read-only.</summary>
/// <returns>The value of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</returns>
/// <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property is read when the property contains <see cref="F:System.Data.SqlTypes.SqlBinary.Null" />.</exception>
// Token: 0x1700016C RID: 364
// (get) Token: 0x060008F6 RID: 2294 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700016C")]
public byte[] Value
{
[Token(Token = "0x60008F6")]
[Address(RVA = "0x9F8960", Offset = "0x9F7960", VA = "0x1809F8960")]
get
{
return null;
}
}
/// <summary>Converts an array of bytes to a <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</summary>
/// <param name="x">The array of bytes to be converted.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure that represents the converted array of bytes.</returns>
// Token: 0x060008F7 RID: 2295 RVA: 0x0000503C File Offset: 0x0000323C
[Token(Token = "0x60008F7")]
[Address(RVA = "0x9F8BC0", Offset = "0x9F7BC0", VA = "0x1809F8BC0")]
public static implicit operator SqlBinary(byte[] x)
{
return default(SqlBinary);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object to a string.</summary>
/// <returns>A string that contains the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBinary" />. If the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> is null the string will contain "null".</returns>
// Token: 0x060008F8 RID: 2296 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60008F8")]
[Address(RVA = "0x9F87E0", Offset = "0x9F77E0", VA = "0x1809F87E0", Slot = "3")]
public override string ToString()
{
return null;
}
// Token: 0x060008F9 RID: 2297 RVA: 0x00005054 File Offset: 0x00003254
[Token(Token = "0x60008F9")]
[Address(RVA = "0x9F84A0", Offset = "0x9F74A0", VA = "0x1809F84A0")]
private static EComparison PerformCompareByte(byte[] x, byte[] y)
{
return EComparison.LT;
}
/// <summary>Compares two <see cref="T:System.Data.SqlTypes.SqlBinary" /> structures to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> object.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> object.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlBinary" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060008FA RID: 2298 RVA: 0x0000506C File Offset: 0x0000326C
[Token(Token = "0x60008FA")]
[Address(RVA = "0x9F8A00", Offset = "0x9F7A00", VA = "0x1809F8A00")]
public static SqlBoolean operator ==(SqlBinary x, SqlBinary y)
{
return default(SqlBoolean);
}
/// <summary>Compares two <see cref="T:System.Data.SqlTypes.SqlBinary" /> structures to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> object.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> object.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlBinary" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060008FB RID: 2299 RVA: 0x00005084 File Offset: 0x00003284
[Token(Token = "0x60008FB")]
[Address(RVA = "0x9F8C30", Offset = "0x9F7C30", VA = "0x1809F8C30")]
public static SqlBoolean operator <(SqlBinary x, SqlBinary y)
{
return default(SqlBoolean);
}
/// <summary>Compares two <see cref="T:System.Data.SqlTypes.SqlBinary" /> structures to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> object.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> object.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlBinary" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060008FC RID: 2300 RVA: 0x0000509C File Offset: 0x0000329C
[Token(Token = "0x60008FC")]
[Address(RVA = "0x9F8AE0", Offset = "0x9F7AE0", VA = "0x1809F8AE0")]
public static SqlBoolean operator >(SqlBinary x, SqlBinary y)
{
return default(SqlBoolean);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object to the supplied object and returns an indication of their relative values.</summary>
/// <param name="value">The object to be compared to this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</param>
/// <returns>A signed number that indicates the relative values of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// The value of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is less than the object.
///
/// Zero
///
/// This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is the same as object.
///
/// Greater than zero
///
/// This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is greater than object.
///
/// -or-
///
/// The object is a null reference.</returns>
// Token: 0x060008FD RID: 2301 RVA: 0x000050B4 File Offset: 0x000032B4
[Token(Token = "0x60008FD")]
[Address(RVA = "0x9F7FE0", Offset = "0x9F6FE0", VA = "0x1809F7FE0", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object to the supplied <see cref="T:System.Data.SqlTypes.SqlBinary" /> object and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlBinary" /> object to be compared to this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</param>
/// <returns>A signed number that indicates the relative values of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// The value of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is less than the object.
///
/// Zero
///
/// This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is the same as object.
///
/// Greater than zero
///
/// This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is greater than object.
///
/// -or-
///
/// The object is a null reference.</returns>
// Token: 0x060008FE RID: 2302 RVA: 0x000050CC File Offset: 0x000032CC
[Token(Token = "0x60008FE")]
[Address(RVA = "0x9F7D50", Offset = "0x9F6D50", VA = "0x1809F7D50")]
public int CompareTo(SqlBinary value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if object is an instance of <see cref="T:System.Data.SqlTypes.SqlBinary" /> and the two are equal; otherwise <see langword="false" />.</returns>
// Token: 0x060008FF RID: 2303 RVA: 0x000050E4 File Offset: 0x000032E4
[Token(Token = "0x60008FF")]
[Address(RVA = "0x9F80E0", Offset = "0x9F70E0", VA = "0x1809F80E0", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
// Token: 0x06000900 RID: 2304 RVA: 0x000050FC File Offset: 0x000032FC
[Token(Token = "0x6000900")]
[Address(RVA = "0x9F8430", Offset = "0x9F7430", VA = "0x1809F8430")]
internal static int HashByteArray(byte[] rgbValue, int length)
{
return 0;
}
/// <summary>Returns the hash code for this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000901 RID: 2305 RVA: 0x00005114 File Offset: 0x00003314
[Token(Token = "0x6000901")]
[Address(RVA = "0x9F82E0", Offset = "0x9F72E0", VA = "0x1809F82E0", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.GetSchema" />.</summary>
/// <returns>An <see cref="T:System.Xml.Schema.XmlSchema" /> instance.</returns>
// Token: 0x06000902 RID: 2306 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000902")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" />.</summary>
/// <param name="reader">A <see cref="T:System.Xml.XmlReader" />.</param>
// Token: 0x06000903 RID: 2307 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000903")]
[Address(RVA = "0x9F85C0", Offset = "0x9F75C0", VA = "0x1809F85C0", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" />.</summary>
/// <param name="writer">A <see cref="T:System.Xml.XmlWriter" />.</param>
// Token: 0x06000904 RID: 2308 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000904")]
[Address(RVA = "0x9F8710", Offset = "0x9F7710", VA = "0x1809F8710", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">An <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000905 RID: 2309 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000905")]
[Address(RVA = "0x9F83D0", Offset = "0x9F73D0", VA = "0x1809F83D0")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x04000345 RID: 837
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000345")]
private byte[] _value;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</summary>
// Token: 0x04000346 RID: 838
[Token(Token = "0x4000346")]
public static readonly SqlBinary Null;
}
}
+370
View File
@@ -0,0 +1,370 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents an integer value that is either 1 or 0 to be stored in or retrieved from a database.</summary>
// Token: 0x020000A0 RID: 160
[Token(Token = "0x20000A0")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlBoolean : INullable, IComparable, IXmlSerializable
{
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure using the supplied Boolean value.</summary>
/// <param name="value">The value for the new <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure; either <see langword="true" /> or <see langword="false" />.</param>
// Token: 0x06000907 RID: 2311 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000907")]
[Address(RVA = "0x9F9760", Offset = "0x9F8760", VA = "0x1809F9760")]
public SqlBoolean(bool value)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure using the specified integer value.</summary>
/// <param name="value">The integer whose value is to be used for the new <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
// Token: 0x06000908 RID: 2312 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000908")]
[Address(RVA = "0x9F9750", Offset = "0x9F8750", VA = "0x1809F9750")]
public SqlBoolean(int value)
{
}
// Token: 0x06000909 RID: 2313 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000909")]
[Address(RVA = "0x9F9770", Offset = "0x9F8770", VA = "0x1809F9770")]
private SqlBoolean(int value, bool fNull)
{
}
/// <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure is null; otherwise, <see langword="false" />.</returns>
// Token: 0x1700016D RID: 365
// (get) Token: 0x0600090A RID: 2314 RVA: 0x0000512C File Offset: 0x0000332C
[Token(Token = "0x1700016D")]
public bool IsNull
{
[Token(Token = "0x600090A")]
[Address(RVA = "0x8BD410", Offset = "0x8BC410", VA = "0x1808BD410", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure's value. This property is read-only.</summary>
/// <returns>
/// <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" />; otherwise, <see langword="false" />.</returns>
/// <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property is set to null.</exception>
// Token: 0x1700016E RID: 366
// (get) Token: 0x0600090B RID: 2315 RVA: 0x00005144 File Offset: 0x00003344
[Token(Token = "0x1700016E")]
public bool Value
{
[Token(Token = "0x600090B")]
[Address(RVA = "0x9F9810", Offset = "0x9F8810", VA = "0x1809F9810")]
get
{
return default(bool);
}
}
/// <summary>Gets a value that indicates whether the current <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" />.</summary>
/// <returns>
/// <see langword="true" /> if <see langword="Value" /> is <see langword="true" />; otherwise, <see langword="false" />.</returns>
// Token: 0x1700016F RID: 367
// (get) Token: 0x0600090C RID: 2316 RVA: 0x0000515C File Offset: 0x0000335C
[Token(Token = "0x1700016F")]
public bool IsTrue
{
[Token(Token = "0x600090C")]
[Address(RVA = "0x9F9800", Offset = "0x9F8800", VA = "0x1809F9800")]
get
{
return default(bool);
}
}
/// <summary>Indicates whether the current <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> is <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />.</summary>
/// <returns>
/// <see langword="true" /> if <see langword="Value" /> is <see langword="False" />; otherwise, <see langword="false" />.</returns>
// Token: 0x17000170 RID: 368
// (get) Token: 0x0600090D RID: 2317 RVA: 0x00005174 File Offset: 0x00003374
[Token(Token = "0x17000170")]
public bool IsFalse
{
[Token(Token = "0x600090D")]
[Address(RVA = "0x9F97F0", Offset = "0x9F87F0", VA = "0x1809F97F0")]
get
{
return default(bool);
}
}
/// <summary>Converts the supplied byte value to a <see cref="T:System.Data.SqlTypes.SqlBoolean" />.</summary>
/// <param name="x">A byte value to be converted to <see cref="T:System.Data.SqlTypes.SqlBoolean" />.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> value that contains 0 or 1.</returns>
// Token: 0x0600090E RID: 2318 RVA: 0x0000518C File Offset: 0x0000338C
[Token(Token = "0x600090E")]
[Address(RVA = "0x9F9B30", Offset = "0x9F8B30", VA = "0x1809F9B30")]
public static implicit operator SqlBoolean(bool x)
{
return default(SqlBoolean);
}
/// <summary>The true operator can be used to test the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> to determine whether it is true.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure to be tested.</param>
/// <returns>
/// <see langword="true" /> if the supplied parameter is <see cref="T:System.Data.SqlTypes.SqlBoolean" /> is <see langword="true" />; otherwise, <see langword="false" />.</returns>
// Token: 0x0600090F RID: 2319 RVA: 0x000051A4 File Offset: 0x000033A4
[Token(Token = "0x600090F")]
[Address(RVA = "0x9F9B40", Offset = "0x9F8B40", VA = "0x1809F9B40")]
public static bool operator true(SqlBoolean x)
{
return default(bool);
}
/// <summary>Computes the bitwise AND operation of two specified <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structures.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
/// <returns>The result of the logical AND operation.</returns>
// Token: 0x06000910 RID: 2320 RVA: 0x000051BC File Offset: 0x000033BC
[Token(Token = "0x6000910")]
[Address(RVA = "0x9F9880", Offset = "0x9F8880", VA = "0x1809F9880")]
public static SqlBoolean operator &(SqlBoolean x, SqlBoolean y)
{
return default(SqlBoolean);
}
/// <summary>Computes the bitwise OR of its operands.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
/// <returns>The results of the logical OR operation.</returns>
// Token: 0x06000911 RID: 2321 RVA: 0x000051D4 File Offset: 0x000033D4
[Token(Token = "0x6000911")]
[Address(RVA = "0x9F9990", Offset = "0x9F8990", VA = "0x1809F9990")]
public static SqlBoolean operator |(SqlBoolean x, SqlBoolean y)
{
return default(SqlBoolean);
}
/// <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure as a byte.</summary>
/// <returns>A byte representing the value of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</returns>
// Token: 0x17000171 RID: 369
// (get) Token: 0x06000912 RID: 2322 RVA: 0x000051EC File Offset: 0x000033EC
[Token(Token = "0x17000171")]
public byte ByteValue
{
[Token(Token = "0x6000912")]
[Address(RVA = "0x9F9790", Offset = "0x9F8790", VA = "0x1809F9790")]
get
{
return 0;
}
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure to a string.</summary>
/// <returns>A string that contains the value of the <see cref="T:System.Data.SqlTypes.SqlBoolean" />. If the value is null, the string will contain "null".</returns>
// Token: 0x06000913 RID: 2323 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000913")]
[Address(RVA = "0x9F9620", Offset = "0x9F8620", VA = "0x1809F9620", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlBoolean" /> for equality.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBoolean" />.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBoolean" />.</param>
/// <returns>
/// <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlBoolean" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000914 RID: 2324 RVA: 0x00005204 File Offset: 0x00003404
[Token(Token = "0x6000914")]
[Address(RVA = "0x9F9AA0", Offset = "0x9F8AA0", VA = "0x1809F9AA0")]
public static SqlBoolean operator ==(SqlBoolean x, SqlBoolean y)
{
return default(SqlBoolean);
}
/// <summary>Computes the bitwise AND operation of two specified <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structures.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
/// <returns>The result of the logical AND operation.</returns>
// Token: 0x06000915 RID: 2325 RVA: 0x0000521C File Offset: 0x0000341C
[Token(Token = "0x6000915")]
[Address(RVA = "0x9F8D10", Offset = "0x9F7D10", VA = "0x1809F8D10")]
public static SqlBoolean And(SqlBoolean x, SqlBoolean y)
{
return default(SqlBoolean);
}
/// <summary>Performs a bitwise OR operation on the two specified <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structures.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure whose Value is the result of the bitwise OR operation.</returns>
// Token: 0x06000916 RID: 2326 RVA: 0x00005234 File Offset: 0x00003434
[Token(Token = "0x6000916")]
[Address(RVA = "0x9F9320", Offset = "0x9F8320", VA = "0x1809F9320")]
public static SqlBoolean Or(SqlBoolean x, SqlBoolean y)
{
return default(SqlBoolean);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure to a specified object and returns an indication of their relative values.</summary>
/// <param name="value">An object to compare, or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
/// <returns>A signed number that indicates the relative values of the instance and value.
/// Value
///
/// Description
///
/// A negative integer
///
/// This instance is less than <paramref name="value" />.
///
/// Zero
///
/// This instance is equal to <paramref name="value" />.
///
/// A positive integer
///
/// This instance is greater than <paramref name="value" />.
///
/// -or-
///
/// <paramref name="value" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
// Token: 0x06000917 RID: 2327 RVA: 0x0000524C File Offset: 0x0000344C
[Token(Token = "0x6000917")]
[Address(RVA = "0x9F8E40", Offset = "0x9F7E40", VA = "0x1809F8E40", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> object to the supplied <see cref="T:System.Data.SqlTypes.SqlBoolean" /> object and returns an indication of their relative values.</summary>
/// <param name="value">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /><see cref="T:System.Data.SqlTypes.SqlBoolean" /> object to compare, or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
/// <returns>A signed number that indicates the relative values of the instance and value.
/// Value
///
/// Description
///
/// A negative integer
///
/// This instance is less than <paramref name="value" />.
///
/// Zero
///
/// This instance is equal to <paramref name="value" />.
///
/// A positive integer
///
/// This instance is greater than <paramref name="value" />.
///
/// -or-
///
/// <paramref name="value" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
// Token: 0x06000918 RID: 2328 RVA: 0x00005264 File Offset: 0x00003464
[Token(Token = "0x6000918")]
[Address(RVA = "0x9F8F40", Offset = "0x9F7F40", VA = "0x1809F8F40")]
public int CompareTo(SqlBoolean value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="T:System.Data.SqlTypes.SqlBoolean" />.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if object is an instance of <see cref="T:System.Data.SqlTypes.SqlBoolean" /> and the two are equal; otherwise, <see langword="false" />.</returns>
// Token: 0x06000919 RID: 2329 RVA: 0x0000527C File Offset: 0x0000347C
[Token(Token = "0x6000919")]
[Address(RVA = "0x9F9090", Offset = "0x9F8090", VA = "0x1809F9090", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Returns the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x0600091A RID: 2330 RVA: 0x00005294 File Offset: 0x00003494
[Token(Token = "0x600091A")]
[Address(RVA = "0x9F9230", Offset = "0x9F8230", VA = "0x1809F9230", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x0600091B RID: 2331 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600091B")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x0600091C RID: 2332 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600091C")]
[Address(RVA = "0x9F9450", Offset = "0x9F8450", VA = "0x1809F9450", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x0600091D RID: 2333 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600091D")]
[Address(RVA = "0x9F9570", Offset = "0x9F8570", VA = "0x1809F9570", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x0600091E RID: 2334 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600091E")]
[Address(RVA = "0x9F92C0", Offset = "0x9F82C0", VA = "0x1809F92C0")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x04000347 RID: 839
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000347")]
private byte m_value;
/// <summary>Represents a true value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
// Token: 0x04000348 RID: 840
[Token(Token = "0x4000348")]
public static readonly SqlBoolean True;
/// <summary>Represents a false value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
// Token: 0x04000349 RID: 841
[Token(Token = "0x4000349")]
public static readonly SqlBoolean False;
/// <summary>Represents <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
// Token: 0x0400034A RID: 842
[Token(Token = "0x400034A")]
public static readonly SqlBoolean Null;
/// <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.ByteValue" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
// Token: 0x0400034B RID: 843
[Token(Token = "0x400034B")]
public static readonly SqlBoolean Zero;
/// <summary>Represents a one value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.ByteValue" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
// Token: 0x0400034C RID: 844
[Token(Token = "0x400034C")]
public static readonly SqlBoolean One;
}
}
+382
View File
@@ -0,0 +1,382 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents an 8-bit unsigned integer, in the range of 0 through 255, to be stored in or retrieved from a database.</summary>
// Token: 0x020000A1 RID: 161
[Token(Token = "0x20000A1")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlByte : INullable, IComparable, IXmlSerializable
{
// Token: 0x06000920 RID: 2336 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000920")]
[Address(RVA = "0x9FA530", Offset = "0x9F9530", VA = "0x1809FA530")]
private SqlByte(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure using the specified byte value.</summary>
/// <param name="value">A byte value to be stored in the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of the new <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
// Token: 0x06000921 RID: 2337 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000921")]
[Address(RVA = "0x9FA540", Offset = "0x9F9540", VA = "0x1809FA540")]
public SqlByte(byte value)
{
}
/// <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlByte" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
// Token: 0x17000172 RID: 370
// (get) Token: 0x06000922 RID: 2338 RVA: 0x000052AC File Offset: 0x000034AC
[Token(Token = "0x17000172")]
public bool IsNull
{
[Token(Token = "0x6000922")]
[Address(RVA = "0x8BD410", Offset = "0x8BC410", VA = "0x1808BD410", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure. This property is read-only</summary>
/// <returns>The value of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</returns>
// Token: 0x17000173 RID: 371
// (get) Token: 0x06000923 RID: 2339 RVA: 0x000052C4 File Offset: 0x000034C4
[Token(Token = "0x17000173")]
public byte Value
{
[Token(Token = "0x6000923")]
[Address(RVA = "0x9FA550", Offset = "0x9F9550", VA = "0x1809FA550")]
get
{
return 0;
}
}
/// <summary>Converts the supplied byte value to a <see cref="T:System.Data.SqlTypes.SqlByte" />.</summary>
/// <param name="x">A byte value to be converted to <see cref="T:System.Data.SqlTypes.SqlByte" />.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure whose <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property is equal to the supplied parameter.</returns>
// Token: 0x06000924 RID: 2340 RVA: 0x000052DC File Offset: 0x000034DC
[Token(Token = "0x6000924")]
[Address(RVA = "0x9FA9C0", Offset = "0x9F99C0", VA = "0x1809FA9C0")]
public static implicit operator SqlByte(byte x)
{
return default(SqlByte);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlByte" /> structure to a <see cref="T:System.String" />.</summary>
/// <returns>A string that contains the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlByte" />. If the <see langword="Value" /> is null, the <see langword="String" /> will be a null string.</returns>
// Token: 0x06000925 RID: 2341 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000925")]
[Address(RVA = "0x9FA430", Offset = "0x9F9430", VA = "0x1809FA430", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>Computes the sum of the two specified <see cref="T:System.Data.SqlTypes.SqlByte" /> structures.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlByte" /> whose <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property contains the sum of the two operands.</returns>
// Token: 0x06000926 RID: 2342 RVA: 0x000052F4 File Offset: 0x000034F4
[Token(Token = "0x6000926")]
[Address(RVA = "0x9FA5B0", Offset = "0x9F95B0", VA = "0x1809FA5B0")]
public static SqlByte operator +(SqlByte x, SqlByte y)
{
return default(SqlByte);
}
/// <summary>Subtracts the second <see cref="T:System.Data.SqlTypes.SqlByte" /> operand from the first.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>The results of subtracting the second <see cref="T:System.Data.SqlTypes.SqlByte" /> operand from the first.</returns>
// Token: 0x06000927 RID: 2343 RVA: 0x0000530C File Offset: 0x0000350C
[Token(Token = "0x6000927")]
[Address(RVA = "0x9FAB70", Offset = "0x9F9B70", VA = "0x1809FAB70")]
public static SqlByte operator -(SqlByte x, SqlByte y)
{
return default(SqlByte);
}
/// <summary>Computes the product of the two <see cref="T:System.Data.SqlTypes.SqlByte" /> operands.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlByte" /> structure whose <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property contains the product of the multiplication.</returns>
// Token: 0x06000928 RID: 2344 RVA: 0x00005324 File Offset: 0x00003524
[Token(Token = "0x6000928")]
[Address(RVA = "0x9FAA60", Offset = "0x9F9A60", VA = "0x1809FAA60")]
public static SqlByte operator *(SqlByte x, SqlByte y)
{
return default(SqlByte);
}
/// <summary>Divides its first <see cref="T:System.Data.SqlTypes.SqlByte" /> operand by its second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlByte" /> structure whose <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property contains the results of the division.</returns>
// Token: 0x06000929 RID: 2345 RVA: 0x0000533C File Offset: 0x0000353C
[Token(Token = "0x6000929")]
[Address(RVA = "0x9FA6C0", Offset = "0x9F96C0", VA = "0x1809FA6C0")]
public static SqlByte operator /(SqlByte x, SqlByte y)
{
return default(SqlByte);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt64" /> to <see cref="T:System.Data.SqlTypes.SqlByte" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure whose <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property is equal to the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> of the <see langword="SqlInt64" /> parameter.</returns>
// Token: 0x0600092A RID: 2346 RVA: 0x00005354 File Offset: 0x00003554
[Token(Token = "0x600092A")]
[Address(RVA = "0x9FA830", Offset = "0x9F9830", VA = "0x1809FA830")]
public static explicit operator SqlByte(SqlInt64 x)
{
return default(SqlByte);
}
/// <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlByte" /> structures to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlByte" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x0600092B RID: 2347 RVA: 0x0000536C File Offset: 0x0000356C
[Token(Token = "0x600092B")]
[Address(RVA = "0x9FA7A0", Offset = "0x9F97A0", VA = "0x1809FA7A0")]
public static SqlBoolean operator ==(SqlByte x, SqlByte y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlByte" /> to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlByte" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x0600092C RID: 2348 RVA: 0x00005384 File Offset: 0x00003584
[Token(Token = "0x600092C")]
[Address(RVA = "0x9FA9D0", Offset = "0x9F99D0", VA = "0x1809FA9D0")]
public static SqlBoolean operator <(SqlByte x, SqlByte y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlByte" /> to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlByte" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x0600092D RID: 2349 RVA: 0x0000539C File Offset: 0x0000359C
[Token(Token = "0x600092D")]
[Address(RVA = "0x9FA930", Offset = "0x9F9930", VA = "0x1809FA930")]
public static SqlBoolean operator >(SqlByte x, SqlByte y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlByte" /> to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlByte" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x0600092E RID: 2350 RVA: 0x000053B4 File Offset: 0x000035B4
[Token(Token = "0x600092E")]
[Address(RVA = "0x9FA100", Offset = "0x9F9100", VA = "0x1809FA100")]
public static SqlBoolean LessThan(SqlByte x, SqlByte y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlByte" /> to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlByte" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x0600092F RID: 2351 RVA: 0x000053CC File Offset: 0x000035CC
[Token(Token = "0x600092F")]
[Address(RVA = "0x9FA090", Offset = "0x9F9090", VA = "0x1809FA090")]
public static SqlBoolean GreaterThan(SqlByte x, SqlByte y)
{
return default(SqlBoolean);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlByte" /> structure to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <returns>A <see langword="SqlDouble" /> structure with the same value as this <see cref="T:System.Data.SqlTypes.SqlByte" />.</returns>
// Token: 0x06000930 RID: 2352 RVA: 0x000053E4 File Offset: 0x000035E4
[Token(Token = "0x6000930")]
[Address(RVA = "0x9FA350", Offset = "0x9F9350", VA = "0x1809FA350")]
public SqlDouble ToSqlDouble()
{
return default(SqlDouble);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlByte" /> structure to <see cref="T:System.Data.SqlTypes.SqlInt64" />.</summary>
/// <returns>A <see langword="SqlInt64" /> structure who <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> equals the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> of this <see cref="T:System.Data.SqlTypes.SqlByte" />.</returns>
// Token: 0x06000931 RID: 2353 RVA: 0x000053FC File Offset: 0x000035FC
[Token(Token = "0x6000931")]
[Address(RVA = "0x9FA3C0", Offset = "0x9F93C0", VA = "0x1809FA3C0")]
public SqlInt64 ToSqlInt64()
{
return default(SqlInt64);
}
/// <summary>Compares this instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return Value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000932 RID: 2354 RVA: 0x00005414 File Offset: 0x00003614
[Token(Token = "0x6000932")]
[Address(RVA = "0x9F9B50", Offset = "0x9F8B50", VA = "0x1809F9B50", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this instance to the supplied <see cref="T:System.Data.SqlTypes.SqlByte" /> object and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlByte" /> object to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return Value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000933 RID: 2355 RVA: 0x0000542C File Offset: 0x0000362C
[Token(Token = "0x6000933")]
[Address(RVA = "0x9F9C50", Offset = "0x9F8C50", VA = "0x1809F9C50")]
public int CompareTo(SqlByte value)
{
return 0;
}
/// <summary>Compares the supplied <see cref="T:System.Object" /> parameter to the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlByte" /> object.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>
/// <see langword="true" /> if object is an instance of <see cref="T:System.Data.SqlTypes.SqlByte" /> and the two are equal; otherwise <see langword="false" />.</returns>
// Token: 0x06000934 RID: 2356 RVA: 0x00005444 File Offset: 0x00003644
[Token(Token = "0x6000934")]
[Address(RVA = "0x9F9E00", Offset = "0x9F8E00", VA = "0x1809F9E00", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Returns the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000935 RID: 2357 RVA: 0x0000545C File Offset: 0x0000365C
[Token(Token = "0x6000935")]
[Address(RVA = "0x9F9FA0", Offset = "0x9F8FA0", VA = "0x1809F9FA0", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x06000936 RID: 2358 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000936")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000937 RID: 2359 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000937")]
[Address(RVA = "0x9FA170", Offset = "0x9F9170", VA = "0x1809FA170", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000938 RID: 2360 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000938")]
[Address(RVA = "0x9FA280", Offset = "0x9F9280", VA = "0x1809FA280", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000939 RID: 2361 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000939")]
[Address(RVA = "0x9FA030", Offset = "0x9F9030", VA = "0x1809FA030")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x0400034D RID: 845
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x400034D")]
private bool m_fNotNull;
// Token: 0x0400034E RID: 846
[FieldOffset(Offset = "0x1")]
[Token(Token = "0x400034E")]
private byte m_value;
// Token: 0x0400034F RID: 847
[Token(Token = "0x400034F")]
private static readonly int s_iBitNotByteMax;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</summary>
// Token: 0x04000350 RID: 848
[Token(Token = "0x4000350")]
public static readonly SqlByte Null;
/// <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</summary>
// Token: 0x04000351 RID: 849
[Token(Token = "0x4000351")]
public static readonly SqlByte Zero;
/// <summary>A constant representing the smallest possible value of a <see cref="T:System.Data.SqlTypes.SqlByte" />.</summary>
// Token: 0x04000352 RID: 850
[Token(Token = "0x4000352")]
public static readonly SqlByte MinValue;
/// <summary>A constant representing the largest possible value of a <see cref="T:System.Data.SqlTypes.SqlByte" />.</summary>
// Token: 0x04000353 RID: 851
[Token(Token = "0x4000353")]
public static readonly SqlByte MaxValue;
}
}
+232
View File
@@ -0,0 +1,232 @@
using System;
using System.IO;
using System.Reflection;
using System.Runtime.Serialization;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a mutable reference type that wraps either a <see cref="P:System.Data.SqlTypes.SqlBytes.Buffer" /> or a <see cref="P:System.Data.SqlTypes.SqlBytes.Stream" />.</summary>
// Token: 0x020000A3 RID: 163
[Token(Token = "0x20000A3")]
[DefaultMember("Item")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public sealed class SqlBytes : INullable, IXmlSerializable, ISerializable
{
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlBytes" /> class.</summary>
// Token: 0x0600093B RID: 2363 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600093B")]
[Address(RVA = "0x9FB3F0", Offset = "0x9FA3F0", VA = "0x1809FB3F0")]
public SqlBytes()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlBytes" /> class based on the specified byte array.</summary>
/// <param name="buffer">The array of unsigned bytes.</param>
// Token: 0x0600093C RID: 2364 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600093C")]
[Address(RVA = "0x9FB2D0", Offset = "0x9FA2D0", VA = "0x1809FB2D0")]
public SqlBytes(byte[] buffer)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlBytes" /> class based on the specified <see cref="T:System.Data.SqlTypes.SqlBinary" /> value.</summary>
/// <param name="value">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> value.</param>
// Token: 0x0600093D RID: 2365 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600093D")]
[Address(RVA = "0x9FB330", Offset = "0x9FA330", VA = "0x1809FB330")]
public SqlBytes(SqlBinary value)
{
}
/// <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlBytes" /> is null.</summary>
/// <returns>
/// <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlBytes" /> is null, <see langword="false" /> otherwise.</returns>
// Token: 0x17000174 RID: 372
// (get) Token: 0x0600093E RID: 2366 RVA: 0x00005474 File Offset: 0x00003674
[Token(Token = "0x17000174")]
public bool IsNull
{
[Token(Token = "0x600093E")]
[Address(RVA = "0x9FB560", Offset = "0x9FA560", VA = "0x1809FB560", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Returns a reference to the internal buffer.</summary>
/// <returns>A reference to the internal buffer. For <see cref="T:System.Data.SqlTypes.SqlBytes" /> instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.</returns>
// Token: 0x17000175 RID: 373
// (get) Token: 0x0600093F RID: 2367 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000175")]
public byte[] Buffer
{
[Token(Token = "0x600093F")]
[Address(RVA = "0x9FB420", Offset = "0x9FA420", VA = "0x1809FB420")]
get
{
return null;
}
}
/// <summary>Gets the length of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</summary>
/// <returns>A <see cref="T:System.Int64" /> value representing the length of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.
/// Returns -1 if no buffer is available to the instance or if the value is null.
/// Returns a <see cref="P:System.IO.Stream.Length" /> for a stream-wrapped instance.</returns>
// Token: 0x17000176 RID: 374
// (get) Token: 0x06000940 RID: 2368 RVA: 0x0000548C File Offset: 0x0000368C
[Token(Token = "0x17000176")]
public long Length
{
[Token(Token = "0x6000940")]
[Address(RVA = "0x9FB570", Offset = "0x9FA570", VA = "0x1809FB570")]
get
{
return 0L;
}
}
/// <summary>Returns a managed copy of the value held by this <see cref="T:System.Data.SqlTypes.SqlBytes" />.</summary>
/// <returns>The value of this <see cref="T:System.Data.SqlTypes.SqlBytes" /> as an array of bytes.</returns>
// Token: 0x17000177 RID: 375
// (get) Token: 0x06000941 RID: 2369 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000177")]
public byte[] Value
{
[Token(Token = "0x6000941")]
[Address(RVA = "0x9FB660", Offset = "0x9FA660", VA = "0x1809FB660")]
get
{
return null;
}
}
/// <summary>Sets this <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance to null.</summary>
// Token: 0x06000942 RID: 2370 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000942")]
[Address(RVA = "0x9FAE60", Offset = "0x9F9E60", VA = "0x1809FAE60")]
public void SetNull()
{
}
// Token: 0x06000943 RID: 2371 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000943")]
[Address(RVA = "0x9FAC80", Offset = "0x9F9C80", VA = "0x1809FAC80")]
private void CopyStreamToBuffer()
{
}
// Token: 0x06000944 RID: 2372 RVA: 0x000054A4 File Offset: 0x000036A4
[Token(Token = "0x6000944")]
[Address(RVA = "0x9FADC0", Offset = "0x9F9DC0", VA = "0x1809FADC0")]
internal bool FStream()
{
return default(bool);
}
// Token: 0x06000945 RID: 2373 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000945")]
[Address(RVA = "0x9FAE30", Offset = "0x9F9E30", VA = "0x1809FAE30")]
private void SetBuffer(byte[] buffer)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</returns>
// Token: 0x06000946 RID: 2374 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000946")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "5")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="r">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000947 RID: 2375 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000947")]
[Address(RVA = "0x9FAED0", Offset = "0x9F9ED0", VA = "0x1809FAED0", Slot = "6")]
void IXmlSerializable.ReadXml(XmlReader r)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000948 RID: 2376 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000948")]
[Address(RVA = "0x9FB040", Offset = "0x9FA040", VA = "0x1809FB040", Slot = "7")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> that indicates the XSD of the specified <see langword="XmlSchemaSet" />.</returns>
// Token: 0x06000949 RID: 2377 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000949")]
[Address(RVA = "0x9FADD0", Offset = "0x9F9DD0", VA = "0x1809FADD0")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
/// <summary>Gets serialization information with all the data needed to reinstantiate this <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</summary>
/// <param name="info">The object to be populated with serialization information.</param>
/// <param name="context">The destination context of the serialization.</param>
// Token: 0x0600094A RID: 2378 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600094A")]
[Address(RVA = "0x9FAE80", Offset = "0x9F9E80", VA = "0x1809FAE80", Slot = "8")]
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
{
}
/// <summary>Gets a null instance of this <see cref="T:System.Data.SqlTypes.SqlBytes" />.</summary>
/// <returns>An instance whose <see cref="P:System.Data.SqlTypes.SqlBytes.IsNull" /> property returns <see langword="true" />.</returns>
// Token: 0x17000178 RID: 376
// (get) Token: 0x0600094B RID: 2379 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000178")]
public static SqlBytes Null
{
[Token(Token = "0x600094B")]
[Address(RVA = "0x9FB600", Offset = "0x9FA600", VA = "0x1809FB600")]
get
{
return null;
}
}
// Token: 0x04000358 RID: 856
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000358")]
internal byte[] _rgbBuf;
// Token: 0x04000359 RID: 857
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000359")]
private long _lCurLen;
// Token: 0x0400035A RID: 858
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x400035A")]
internal Stream _stream;
// Token: 0x0400035B RID: 859
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x400035B")]
private SqlBytesCharsState _state;
// Token: 0x0400035C RID: 860
[FieldOffset(Offset = "0x30")]
[Token(Token = "0x400035C")]
private byte[] _rgbWorkBuf;
}
}
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
// Token: 0x020000A2 RID: 162
[Token(Token = "0x20000A2")]
internal enum SqlBytesCharsState
{
// Token: 0x04000355 RID: 853
[Token(Token = "0x4000355")]
Null,
// Token: 0x04000356 RID: 854
[Token(Token = "0x4000356")]
Buffer,
// Token: 0x04000357 RID: 855
[Token(Token = "0x4000357")]
Stream = 3
}
}
+232
View File
@@ -0,0 +1,232 @@
using System;
using System.Reflection;
using System.Runtime.Serialization;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>
/// <see cref="T:System.Data.SqlTypes.SqlChars" /> is a mutable reference type that wraps a <see cref="T:System.Char" /> array or a <see cref="T:System.Data.SqlTypes.SqlString" /> instance.</summary>
// Token: 0x020000A4 RID: 164
[Token(Token = "0x20000A4")]
[DefaultMember("Item")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public sealed class SqlChars : INullable, IXmlSerializable, ISerializable
{
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlChars" /> class.</summary>
// Token: 0x0600094C RID: 2380 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600094C")]
[Address(RVA = "0x9FB3F0", Offset = "0x9FA3F0", VA = "0x1809FB3F0")]
public SqlChars()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlChars" /> class based on the specified character array.</summary>
/// <param name="buffer">A <see cref="T:System.Char" /> array.</param>
// Token: 0x0600094D RID: 2381 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600094D")]
[Address(RVA = "0x9FB2D0", Offset = "0x9FA2D0", VA = "0x1809FB2D0")]
public SqlChars(char[] buffer)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlChars" /> class based on the specified <see cref="T:System.Data.SqlTypes.SqlString" /> value.</summary>
/// <param name="value">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
// Token: 0x0600094E RID: 2382 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600094E")]
[Address(RVA = "0x9FBE00", Offset = "0x9FAE00", VA = "0x1809FBE00")]
public SqlChars(SqlString value)
{
}
/// <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlChars" /> is null.</summary>
/// <returns>
/// <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlChars" /> is null. Otherwise, <see langword="false" />.</returns>
// Token: 0x17000179 RID: 377
// (get) Token: 0x0600094F RID: 2383 RVA: 0x000054BC File Offset: 0x000036BC
[Token(Token = "0x17000179")]
public bool IsNull
{
[Token(Token = "0x600094F")]
[Address(RVA = "0x9FB560", Offset = "0x9FA560", VA = "0x1809FB560", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Returns a reference to the internal buffer.</summary>
/// <returns>A reference to the internal buffer. For <see cref="T:System.Data.SqlTypes.SqlChars" /> instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.</returns>
// Token: 0x1700017A RID: 378
// (get) Token: 0x06000950 RID: 2384 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700017A")]
public char[] Buffer
{
[Token(Token = "0x6000950")]
[Address(RVA = "0x9FBEA0", Offset = "0x9FAEA0", VA = "0x1809FBEA0")]
get
{
return null;
}
}
/// <summary>Gets the length of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.</summary>
/// <returns>A <see cref="T:System.Int64" /> value that indicates the length in characters of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.
/// Returns -1 if no buffer is available to the instance, or if the value is null.
/// Returns a <see cref="P:System.IO.Stream.Length" /> for a stream-wrapped instance.</returns>
// Token: 0x1700017B RID: 379
// (get) Token: 0x06000951 RID: 2385 RVA: 0x000054D4 File Offset: 0x000036D4
[Token(Token = "0x1700017B")]
public long Length
{
[Token(Token = "0x6000951")]
[Address(RVA = "0x9FBFE0", Offset = "0x9FAFE0", VA = "0x1809FBFE0")]
get
{
return 0L;
}
}
/// <summary>Returns a managed copy of the value held by this <see cref="T:System.Data.SqlTypes.SqlChars" />.</summary>
/// <returns>The value of this <see cref="T:System.Data.SqlTypes.SqlChars" /> as an array of characters.</returns>
// Token: 0x1700017C RID: 380
// (get) Token: 0x06000952 RID: 2386 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700017C")]
public char[] Value
{
[Token(Token = "0x6000952")]
[Address(RVA = "0x9FC0D0", Offset = "0x9FB0D0", VA = "0x1809FC0D0")]
get
{
return null;
}
}
/// <summary>Sets this <see cref="T:System.Data.SqlTypes.SqlChars" /> instance to null.</summary>
// Token: 0x06000953 RID: 2387 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000953")]
[Address(RVA = "0x9FAE60", Offset = "0x9F9E60", VA = "0x1809FAE60")]
public void SetNull()
{
}
// Token: 0x06000954 RID: 2388 RVA: 0x000054EC File Offset: 0x000036EC
[Token(Token = "0x6000954")]
[Address(RVA = "0x9FADC0", Offset = "0x9F9DC0", VA = "0x1809FADC0")]
internal bool FStream()
{
return default(bool);
}
// Token: 0x06000955 RID: 2389 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000955")]
[Address(RVA = "0x9FB860", Offset = "0x9FA860", VA = "0x1809FB860")]
private void CopyStreamToBuffer()
{
}
// Token: 0x06000956 RID: 2390 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000956")]
[Address(RVA = "0x9FAE30", Offset = "0x9F9E30", VA = "0x1809FAE30")]
private void SetBuffer(char[] buffer)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</returns>
// Token: 0x06000957 RID: 2391 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000957")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "5")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="r">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000958 RID: 2392 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000958")]
[Address(RVA = "0x9FBA50", Offset = "0x9FAA50", VA = "0x1809FBA50", Slot = "6")]
void IXmlSerializable.ReadXml(XmlReader r)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000959 RID: 2393 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000959")]
[Address(RVA = "0x9FBB80", Offset = "0x9FAB80", VA = "0x1809FBB80", Slot = "7")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x0600095A RID: 2394 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600095A")]
[Address(RVA = "0x9FB9A0", Offset = "0x9FA9A0", VA = "0x1809FB9A0")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
/// <summary>Gets serialization information with all the data needed to reinstantiate this <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.</summary>
/// <param name="info">The object to be populated with serialization information.</param>
/// <param name="context">The destination context of the serialization.</param>
// Token: 0x0600095B RID: 2395 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600095B")]
[Address(RVA = "0x9FBA00", Offset = "0x9FAA00", VA = "0x1809FBA00", Slot = "8")]
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
{
}
/// <summary>Returns a null instance of this <see cref="T:System.Data.SqlTypes.SqlChars" />.</summary>
/// <returns>An instance whose <see cref="P:System.Data.SqlTypes.SqlChars.IsNull" /> property returns <see langword="true" />. For more information, see Handling Null Values.</returns>
// Token: 0x1700017D RID: 381
// (get) Token: 0x0600095C RID: 2396 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700017D")]
public static SqlChars Null
{
[Token(Token = "0x600095C")]
[Address(RVA = "0x9FC070", Offset = "0x9FB070", VA = "0x1809FC070")]
get
{
return null;
}
}
// Token: 0x0400035D RID: 861
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400035D")]
internal char[] _rgchBuf;
// Token: 0x0400035E RID: 862
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x400035E")]
private long _lCurLen;
// Token: 0x0400035F RID: 863
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x400035F")]
internal SqlStreamChars _stream;
// Token: 0x04000360 RID: 864
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000360")]
private SqlBytesCharsState _state;
// Token: 0x04000361 RID: 865
[FieldOffset(Offset = "0x30")]
[Token(Token = "0x4000361")]
private char[] _rgchWorkBuf;
}
}
+41
View File
@@ -0,0 +1,41 @@
using System;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Specifies the compare option values for a <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
// Token: 0x020000AE RID: 174
[Token(Token = "0x20000AE")]
[Flags]
public enum SqlCompareOptions
{
/// <summary>Specifies the default option settings for <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons.</summary>
// Token: 0x040003EE RID: 1006
[Token(Token = "0x40003EE")]
None = 0,
/// <summary>Specifies that <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons must ignore case.</summary>
// Token: 0x040003EF RID: 1007
[Token(Token = "0x40003EF")]
IgnoreCase = 1,
/// <summary>Specifies that <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons must ignore nonspace combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at https://www.unicode.org.</summary>
// Token: 0x040003F0 RID: 1008
[Token(Token = "0x40003F0")]
IgnoreNonSpace = 2,
/// <summary>Specifies that <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons must ignore the Kana type. Kana type refers to Japanese hiragana and katakana characters that represent phonetic sounds in the Japanese language. Hiragana is used for native Japanese expressions and words, while katakana is used for words borrowed from other languages, such as "computer" or "Internet". A phonetic sound can be expressed in both hiragana and katakana. If this value is selected, the hiragana character for one sound is considered equal to the katakana character for the same sound.</summary>
// Token: 0x040003F1 RID: 1009
[Token(Token = "0x40003F1")]
IgnoreKanaType = 8,
/// <summary>Specifies that <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons must ignore the character width. For example, Japanese katakana characters can be written as full-width or half-width and, if this value is selected, the katakana characters written as full-width are considered equal to the same characters written in half-width.</summary>
// Token: 0x040003F2 RID: 1010
[Token(Token = "0x40003F2")]
IgnoreWidth = 16,
/// <summary>Specifies that sorts should be based on a characters numeric value instead of its alphabetical value.</summary>
// Token: 0x040003F3 RID: 1011
[Token(Token = "0x40003F3")]
BinarySort = 32768,
/// <summary>Performs a binary sort.</summary>
// Token: 0x040003F4 RID: 1012
[Token(Token = "0x40003F4")]
BinarySort2 = 16384
}
}
+469
View File
@@ -0,0 +1,469 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents the date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds to be stored in or retrieved from a database. The <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure has a different underlying data structure from its corresponding .NET Framework type, <see cref="T:System.DateTime" />, which can represent any time between 12:00:00 AM 1/1/0001 and 11:59:59 PM 12/31/9999, to the accuracy of 100 nanoseconds. <see cref="T:System.Data.SqlTypes.SqlDateTime" /> actually stores the relative difference to 00:00:00 AM 1/1/1900. Therefore, a conversion from "00:00:00 AM 1/1/1900" to an integer will return 0.</summary>
// Token: 0x020000A5 RID: 165
[Token(Token = "0x20000A5")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlDateTime : INullable, IComparable, IXmlSerializable
{
// Token: 0x0600095D RID: 2397 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600095D")]
[Address(RVA = "0x9FDA10", Offset = "0x9FCA10", VA = "0x1809FDA10")]
private SqlDateTime(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure using the specified <see cref="T:System.DateTime" /> value.</summary>
/// <param name="value">A <see langword="DateTime" /> structure.</param>
// Token: 0x0600095E RID: 2398 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600095E")]
[Address(RVA = "0x9FDB60", Offset = "0x9FCB60", VA = "0x1809FDB60")]
public SqlDateTime(DateTime value)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure using the supplied parameters.</summary>
/// <param name="dayTicks">An integer value that represents the date as ticks.</param>
/// <param name="timeTicks">An integer value that represents the time as ticks.</param>
// Token: 0x0600095F RID: 2399 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600095F")]
[Address(RVA = "0x9FDA20", Offset = "0x9FCA20", VA = "0x1809FDA20")]
public SqlDateTime(int dayTicks, int timeTicks)
{
}
/// <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
// Token: 0x1700017E RID: 382
// (get) Token: 0x06000960 RID: 2400 RVA: 0x00005504 File Offset: 0x00003704
[Token(Token = "0x1700017E")]
public bool IsNull
{
[Token(Token = "0x6000960")]
[Address(RVA = "0x8BD410", Offset = "0x8BC410", VA = "0x1808BD410", Slot = "4")]
get
{
return default(bool);
}
}
// Token: 0x06000961 RID: 2401 RVA: 0x0000551C File Offset: 0x0000371C
[Token(Token = "0x6000961")]
[Address(RVA = "0x9FD290", Offset = "0x9FC290", VA = "0x1809FD290")]
private static TimeSpan ToTimeSpan(SqlDateTime value)
{
return default(TimeSpan);
}
// Token: 0x06000962 RID: 2402 RVA: 0x00005534 File Offset: 0x00003734
[Token(Token = "0x6000962")]
[Address(RVA = "0x9FD0C0", Offset = "0x9FC0C0", VA = "0x1809FD0C0")]
private static DateTime ToDateTime(SqlDateTime value)
{
return default(DateTime);
}
// Token: 0x06000963 RID: 2403 RVA: 0x0000554C File Offset: 0x0000374C
[Token(Token = "0x6000963")]
[Address(RVA = "0x9FC920", Offset = "0x9FB920", VA = "0x1809FC920")]
private static SqlDateTime FromTimeSpan(TimeSpan value)
{
return default(SqlDateTime);
}
// Token: 0x06000964 RID: 2404 RVA: 0x00005564 File Offset: 0x00003764
[Token(Token = "0x6000964")]
[Address(RVA = "0x9FC7F0", Offset = "0x9FB7F0", VA = "0x1809FC7F0")]
private static SqlDateTime FromDateTime(DateTime value)
{
return default(SqlDateTime);
}
/// <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure. This property is read-only.</summary>
/// <returns>The value of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
/// <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The exception that is thrown when the <see langword="Value" /> property of a <see cref="N:System.Data.SqlTypes" /> structure is set to null.</exception>
// Token: 0x1700017F RID: 383
// (get) Token: 0x06000965 RID: 2405 RVA: 0x0000557C File Offset: 0x0000377C
[Token(Token = "0x1700017F")]
public DateTime Value
{
[Token(Token = "0x6000965")]
[Address(RVA = "0x9FDCA0", Offset = "0x9FCCA0", VA = "0x1809FDCA0")]
get
{
return default(DateTime);
}
}
/// <summary>Gets the number of ticks representing the date of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
/// <returns>The number of ticks representing the date that is contained in the <see cref="P:System.Data.SqlTypes.SqlDateTime.Value" /> property of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
/// <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The exception that is thrown when the <see langword="Value" /> property of a <see cref="N:System.Data.SqlTypes" /> structure is set to null.</exception>
// Token: 0x17000180 RID: 384
// (get) Token: 0x06000966 RID: 2406 RVA: 0x00005594 File Offset: 0x00003794
[Token(Token = "0x17000180")]
public int DayTicks
{
[Token(Token = "0x6000966")]
[Address(RVA = "0x9FDBE0", Offset = "0x9FCBE0", VA = "0x1809FDBE0")]
get
{
return 0;
}
}
/// <summary>Gets the number of ticks representing the time of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
/// <returns>The number of ticks representing the time of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
// Token: 0x17000181 RID: 385
// (get) Token: 0x06000967 RID: 2407 RVA: 0x000055AC File Offset: 0x000037AC
[Token(Token = "0x17000181")]
public int TimeTicks
{
[Token(Token = "0x6000967")]
[Address(RVA = "0x9FDC40", Offset = "0x9FCC40", VA = "0x1809FDC40")]
get
{
return 0;
}
}
/// <summary>Converts a <see cref="T:System.DateTime" /> structure to a <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
/// <param name="value">A <see langword="DateTime" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDateTime.Value" /> is equal to the combined <see cref="P:System.DateTime.Date" /> and <see cref="P:System.DateTime.TimeOfDay" /> properties of the supplied <see cref="T:System.DateTime" /> structure.</returns>
// Token: 0x06000968 RID: 2408 RVA: 0x000055C4 File Offset: 0x000037C4
[Token(Token = "0x6000968")]
[Address(RVA = "0x9FDF20", Offset = "0x9FCF20", VA = "0x1809FDF20")]
public static implicit operator SqlDateTime(DateTime value)
{
return default(SqlDateTime);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure to a <see cref="T:System.String" />.</summary>
/// <returns>A <see langword="String" /> representing the <see cref="P:System.Data.SqlTypes.SqlDateTime.Value" /> property of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
// Token: 0x06000969 RID: 2409 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000969")]
[Address(RVA = "0x9FD1D0", Offset = "0x9FC1D0", VA = "0x1809FD1D0", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structures to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <returns>
/// <see langword="true" /> if the two values are equal. Otherwise, <see langword="false" />.</returns>
// Token: 0x0600096A RID: 2410 RVA: 0x000055DC File Offset: 0x000037DC
[Token(Token = "0x600096A")]
[Address(RVA = "0x9FDD40", Offset = "0x9FCD40", VA = "0x1809FDD40")]
public static SqlBoolean operator ==(SqlDateTime x, SqlDateTime y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x0600096B RID: 2411 RVA: 0x000055F4 File Offset: 0x000037F4
[Token(Token = "0x600096B")]
[Address(RVA = "0x9FDF50", Offset = "0x9FCF50", VA = "0x1809FDF50")]
public static SqlBoolean operator <(SqlDateTime x, SqlDateTime y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlBoolean" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x0600096C RID: 2412 RVA: 0x0000560C File Offset: 0x0000380C
[Token(Token = "0x600096C")]
[Address(RVA = "0x9FDE10", Offset = "0x9FCE10", VA = "0x1809FDE10")]
public static SqlBoolean operator >(SqlDateTime x, SqlDateTime y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x0600096D RID: 2413 RVA: 0x00005624 File Offset: 0x00003824
[Token(Token = "0x600096D")]
[Address(RVA = "0x9FCCF0", Offset = "0x9FBCF0", VA = "0x1809FCCF0")]
public static SqlBoolean LessThan(SqlDateTime x, SqlDateTime y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x0600096E RID: 2414 RVA: 0x0000563C File Offset: 0x0000383C
[Token(Token = "0x600096E")]
[Address(RVA = "0x9FCC60", Offset = "0x9FBC60", VA = "0x1809FCC60")]
public static SqlBoolean GreaterThan(SqlDateTime x, SqlDateTime y)
{
return default(SqlBoolean);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> as Visual Basic).</returns>
// Token: 0x0600096F RID: 2415 RVA: 0x00005654 File Offset: 0x00003854
[Token(Token = "0x600096F")]
[Address(RVA = "0x9FC2D0", Offset = "0x9FB2D0", VA = "0x1809FC2D0", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure to the supplied <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than <see cref="T:System.Data.SqlTypes.SqlDateTime" />.
///
/// Zero
///
/// This instance is the same as <see cref="T:System.Data.SqlTypes.SqlDateTime" />.
///
/// Greater than zero
///
/// This instance is greater than <see cref="T:System.Data.SqlTypes.SqlDateTime" />
///
/// -or-
///
/// <see cref="T:System.Data.SqlTypes.SqlDateTime" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000970 RID: 2416 RVA: 0x0000566C File Offset: 0x0000386C
[Token(Token = "0x6000970")]
[Address(RVA = "0x9FC3E0", Offset = "0x9FB3E0", VA = "0x1809FC3E0")]
public int CompareTo(SqlDateTime value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="P:System.Data.SqlTypes.SqlDateTime.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlDateTime" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if the object is an instance of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> and the two are equal; otherwise <see langword="false" />.</returns>
// Token: 0x06000971 RID: 2417 RVA: 0x00005684 File Offset: 0x00003884
[Token(Token = "0x6000971")]
[Address(RVA = "0x9FC630", Offset = "0x9FB630", VA = "0x1809FC630", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Gets the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000972 RID: 2418 RVA: 0x0000569C File Offset: 0x0000389C
[Token(Token = "0x6000972")]
[Address(RVA = "0x9FCB30", Offset = "0x9FBB30", VA = "0x1809FCB30", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x06000973 RID: 2419 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000973")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000974 RID: 2420 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000974")]
[Address(RVA = "0x9FCD80", Offset = "0x9FBD80", VA = "0x1809FCD80", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000975 RID: 2421 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000975")]
[Address(RVA = "0x9FCFA0", Offset = "0x9FBFA0", VA = "0x1809FCFA0", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000976 RID: 2422 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000976")]
[Address(RVA = "0x9FCC00", Offset = "0x9FBC00", VA = "0x1809FCC00")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x04000362 RID: 866
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000362")]
private bool m_fNotNull;
// Token: 0x04000363 RID: 867
[FieldOffset(Offset = "0x4")]
[Token(Token = "0x4000363")]
private int m_day;
// Token: 0x04000364 RID: 868
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x4000364")]
private int m_time;
// Token: 0x04000365 RID: 869
[Token(Token = "0x4000365")]
private static readonly double s_SQLTicksPerMillisecond;
/// <summary>A constant whose value is the number of ticks equivalent to one second.</summary>
// Token: 0x04000366 RID: 870
[Token(Token = "0x4000366")]
public static readonly int SQLTicksPerSecond;
/// <summary>A constant whose value is the number of ticks equivalent to one minute.</summary>
// Token: 0x04000367 RID: 871
[Token(Token = "0x4000367")]
public static readonly int SQLTicksPerMinute;
/// <summary>A constant whose value is the number of ticks equivalent to one hour.</summary>
// Token: 0x04000368 RID: 872
[Token(Token = "0x4000368")]
public static readonly int SQLTicksPerHour;
// Token: 0x04000369 RID: 873
[Token(Token = "0x4000369")]
private static readonly int s_SQLTicksPerDay;
// Token: 0x0400036A RID: 874
[Token(Token = "0x400036A")]
private static readonly long s_ticksPerSecond;
// Token: 0x0400036B RID: 875
[Token(Token = "0x400036B")]
private static readonly DateTime s_SQLBaseDate;
// Token: 0x0400036C RID: 876
[Token(Token = "0x400036C")]
private static readonly long s_SQLBaseDateTicks;
// Token: 0x0400036D RID: 877
[Token(Token = "0x400036D")]
private static readonly int s_minYear;
// Token: 0x0400036E RID: 878
[Token(Token = "0x400036E")]
private static readonly int s_maxYear;
// Token: 0x0400036F RID: 879
[Token(Token = "0x400036F")]
private static readonly int s_minDay;
// Token: 0x04000370 RID: 880
[Token(Token = "0x4000370")]
private static readonly int s_maxDay;
// Token: 0x04000371 RID: 881
[Token(Token = "0x4000371")]
private static readonly int s_minTime;
// Token: 0x04000372 RID: 882
[Token(Token = "0x4000372")]
private static readonly int s_maxTime;
// Token: 0x04000373 RID: 883
[Token(Token = "0x4000373")]
private static readonly int s_dayBase;
// Token: 0x04000374 RID: 884
[Token(Token = "0x4000374")]
private static readonly int[] s_daysToMonth365;
// Token: 0x04000375 RID: 885
[Token(Token = "0x4000375")]
private static readonly int[] s_daysToMonth366;
// Token: 0x04000376 RID: 886
[Token(Token = "0x4000376")]
private static readonly DateTime s_minDateTime;
// Token: 0x04000377 RID: 887
[Token(Token = "0x4000377")]
private static readonly DateTime s_maxDateTime;
// Token: 0x04000378 RID: 888
[Token(Token = "0x4000378")]
private static readonly TimeSpan s_minTimeSpan;
// Token: 0x04000379 RID: 889
[Token(Token = "0x4000379")]
private static readonly TimeSpan s_maxTimeSpan;
// Token: 0x0400037A RID: 890
[Token(Token = "0x400037A")]
private static readonly string s_ISO8601_DateTimeFormat;
// Token: 0x0400037B RID: 891
[Token(Token = "0x400037B")]
private static readonly string[] s_dateTimeFormats;
/// <summary>Represents the minimum valid date value for a <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
// Token: 0x0400037C RID: 892
[Token(Token = "0x400037C")]
public static readonly SqlDateTime MinValue;
/// <summary>Represents the maximum valid date value for a <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
// Token: 0x0400037D RID: 893
[Token(Token = "0x400037D")]
public static readonly SqlDateTime MaxValue;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
// Token: 0x0400037E RID: 894
[Token(Token = "0x400037E")]
public static readonly SqlDateTime Null;
}
}
+994
View File
@@ -0,0 +1,994 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a numeric value between - 10^38 +1 and 10^38 - 1, with fixed precision and scale.</summary>
// Token: 0x020000A6 RID: 166
[Token(Token = "0x20000A6")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlDecimal : INullable, IComparable, IXmlSerializable
{
// Token: 0x06000978 RID: 2424 RVA: 0x000056B4 File Offset: 0x000038B4
[Token(Token = "0x6000978")]
[Address(RVA = "0xBC6A20", Offset = "0xBC5A20", VA = "0x180BC6A20")]
private byte CalculatePrecision()
{
return 0;
}
// Token: 0x06000979 RID: 2425 RVA: 0x000056CC File Offset: 0x000038CC
[Token(Token = "0x6000979")]
[Address(RVA = "0xBCA790", Offset = "0xBC9790", VA = "0x180BCA790")]
private bool VerifyPrecision(byte precision)
{
return default(bool);
}
// Token: 0x0600097A RID: 2426 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600097A")]
[Address(RVA = "0xBCB7B0", Offset = "0xBCA7B0", VA = "0x180BCB7B0")]
private SqlDecimal(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure using the supplied <see cref="T:System.Decimal" /> value.</summary>
/// <param name="value">The <see cref="T:System.Decimal" /> value to be stored as a <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
// Token: 0x0600097B RID: 2427 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600097B")]
[Address(RVA = "0xBCB3D0", Offset = "0xBCA3D0", VA = "0x180BCB3D0")]
public SqlDecimal(decimal value)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure using the supplied integer value.</summary>
/// <param name="value">The supplied integer value which will the used as the value of the new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
// Token: 0x0600097C RID: 2428 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600097C")]
[Address(RVA = "0xBCB6A0", Offset = "0xBCA6A0", VA = "0x180BCB6A0")]
public SqlDecimal(int value)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure using the supplied long integer value.</summary>
/// <param name="value">The supplied long integer value which will the used as the value of the new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
// Token: 0x0600097D RID: 2429 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600097D")]
[Address(RVA = "0xBCB580", Offset = "0xBCA580", VA = "0x180BCB580")]
public SqlDecimal(long value)
{
}
// Token: 0x0600097E RID: 2430 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600097E")]
[Address(RVA = "0xBCB180", Offset = "0xBCA180", VA = "0x180BCB180")]
private SqlDecimal(uint[] rglData, byte bLen, byte bPrec, byte bScale, bool fPositive)
{
}
/// <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure is null. Otherwise, <see langword="false" />.</returns>
// Token: 0x17000182 RID: 386
// (get) Token: 0x0600097F RID: 2431 RVA: 0x000056E4 File Offset: 0x000038E4
[Token(Token = "0x17000182")]
public bool IsNull
{
[Token(Token = "0x600097F")]
[Address(RVA = "0xBCB970", Offset = "0xBCA970", VA = "0x180BCB970", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure. This property is read-only.</summary>
/// <returns>A number in the range -79,228,162,514,264,337,593,543,950,335 through 79,228,162,514,162,514,264,337,593,543,950,335.</returns>
// Token: 0x17000183 RID: 387
// (get) Token: 0x06000980 RID: 2432 RVA: 0x000056FC File Offset: 0x000038FC
[Token(Token = "0x17000183")]
public decimal Value
{
[Token(Token = "0x6000980")]
[Address(RVA = "0xBCBB90", Offset = "0xBCAB90", VA = "0x180BCBB90")]
get
{
return 0m;
}
}
/// <summary>Indicates whether the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure is greater than zero.</summary>
/// <returns>
/// <see langword="true" /> if the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> is assigned to null. Otherwise, <see langword="false" />.</returns>
// Token: 0x17000184 RID: 388
// (get) Token: 0x06000981 RID: 2433 RVA: 0x00005714 File Offset: 0x00003914
[Token(Token = "0x17000184")]
public bool IsPositive
{
[Token(Token = "0x6000981")]
[Address(RVA = "0xBCB9E0", Offset = "0xBCA9E0", VA = "0x180BCB9E0")]
get
{
return default(bool);
}
}
// Token: 0x06000982 RID: 2434 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000982")]
[Address(RVA = "0xBC9810", Offset = "0xBC8810", VA = "0x180BC9810")]
private void SetPositive()
{
}
// Token: 0x06000983 RID: 2435 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000983")]
[Address(RVA = "0xBC9880", Offset = "0xBC8880", VA = "0x180BC9880")]
private void SetSignBit(bool fPositive)
{
}
/// <summary>Gets the number of decimal places to which <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> is resolved.</summary>
/// <returns>The number of decimal places to which the <see langword="Value" /> property is resolved.</returns>
// Token: 0x17000185 RID: 389
// (get) Token: 0x06000984 RID: 2436 RVA: 0x0000572C File Offset: 0x0000392C
[Token(Token = "0x17000185")]
public byte Scale
{
[Token(Token = "0x6000984")]
[Address(RVA = "0xBCBAD0", Offset = "0xBCAAD0", VA = "0x180BCBAD0")]
get
{
return 0;
}
}
/// <summary>Gets the binary representation of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure as an array of integers.</summary>
/// <returns>An array of integers that contains the binary representation of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</returns>
// Token: 0x17000186 RID: 390
// (get) Token: 0x06000985 RID: 2437 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000186")]
public int[] Data
{
[Token(Token = "0x6000985")]
[Address(RVA = "0xBCB820", Offset = "0xBCA820", VA = "0x180BCB820")]
get
{
return null;
}
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure to <see cref="T:System.String" />.</summary>
/// <returns>A new <see cref="T:System.String" /> object that contains the string representation of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure's <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property.</returns>
// Token: 0x06000986 RID: 2438 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000986")]
[Address(RVA = "0xBCA390", Offset = "0xBC9390", VA = "0x180BCA390", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>Converts the <see cref="T:System.String" /> representation of a number to its <see cref="T:System.Data.SqlTypes.SqlDecimal" /> equivalent.</summary>
/// <param name="s">The <see langword="String" /> to be parsed.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> equivalent to the value that is contained in the specified <see cref="T:System.String" />.</returns>
// Token: 0x06000987 RID: 2439 RVA: 0x00005744 File Offset: 0x00003944
[Token(Token = "0x6000987")]
[Address(RVA = "0xBC9100", Offset = "0xBC8100", VA = "0x180BC9100")]
public static SqlDecimal Parse(string s)
{
return default(SqlDecimal);
}
/// <summary>Returns the a double equal to the contents of the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property of this instance.</summary>
/// <returns>The decimal representation of the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property.</returns>
// Token: 0x06000988 RID: 2440 RVA: 0x0000575C File Offset: 0x0000395C
[Token(Token = "0x6000988")]
[Address(RVA = "0xBC9E70", Offset = "0xBC8E70", VA = "0x180BC9E70")]
public double ToDouble()
{
return 0.0;
}
// Token: 0x06000989 RID: 2441 RVA: 0x00005774 File Offset: 0x00003974
[Token(Token = "0x6000989")]
[Address(RVA = "0xBC9D00", Offset = "0xBC8D00", VA = "0x180BC9D00")]
private decimal ToDecimal()
{
return 0m;
}
/// <summary>Converts the <see cref="T:System.Decimal" /> value to <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</summary>
/// <param name="x">The <see cref="T:System.Decimal" /> value to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property equals the value of the <see langword="Decimal" /> parameter.</returns>
// Token: 0x0600098A RID: 2442 RVA: 0x0000578C File Offset: 0x0000398C
[Token(Token = "0x600098A")]
[Address(RVA = "0xBCCFF0", Offset = "0xBCBFF0", VA = "0x180BCCFF0")]
public static implicit operator SqlDecimal(decimal x)
{
return default(SqlDecimal);
}
/// <summary>Converts the supplied <see cref="T:System.Int64" /> structure to <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</summary>
/// <param name="x">The <see cref="T:System.Int64" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property equals the value of the <see cref="T:System.Int64" /> parameter.</returns>
// Token: 0x0600098B RID: 2443 RVA: 0x000057A4 File Offset: 0x000039A4
[Token(Token = "0x600098B")]
[Address(RVA = "0xBCD1D0", Offset = "0xBCC1D0", VA = "0x180BCD1D0")]
public static implicit operator SqlDecimal(long x)
{
return default(SqlDecimal);
}
/// <summary>The unary minus operator negates the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameter.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure to be negated.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose value contains the results of the negation.</returns>
// Token: 0x0600098C RID: 2444 RVA: 0x000057BC File Offset: 0x000039BC
[Token(Token = "0x600098C")]
[Address(RVA = "0xBCE1D0", Offset = "0xBCD1D0", VA = "0x180BCE1D0")]
public static SqlDecimal operator -(SqlDecimal x)
{
return default(SqlDecimal);
}
/// <summary>Calculates the sum of the two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> operators.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property contains the sum.</returns>
// Token: 0x0600098D RID: 2445 RVA: 0x000057D4 File Offset: 0x000039D4
[Token(Token = "0x600098D")]
[Address(RVA = "0xBCBBC0", Offset = "0xBCABC0", VA = "0x180BCBBC0")]
public static SqlDecimal operator +(SqlDecimal x, SqlDecimal y)
{
return default(SqlDecimal);
}
/// <summary>Calculates the results of subtracting the second <see cref="T:System.Data.SqlTypes.SqlDecimal" /> operand from the first.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose Value property contains the results of the subtraction.</returns>
// Token: 0x0600098E RID: 2446 RVA: 0x000057EC File Offset: 0x000039EC
[Token(Token = "0x600098E")]
[Address(RVA = "0xBCE100", Offset = "0xBCD100", VA = "0x180BCE100")]
public static SqlDecimal operator -(SqlDecimal x, SqlDecimal y)
{
return default(SqlDecimal);
}
/// <summary>The multiplication operator computes the product of the two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameters.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property contains the product of the multiplication.</returns>
// Token: 0x0600098F RID: 2447 RVA: 0x00005804 File Offset: 0x00003A04
[Token(Token = "0x600098F")]
[Address(RVA = "0xBCD470", Offset = "0xBCC470", VA = "0x180BCD470")]
public static SqlDecimal operator *(SqlDecimal x, SqlDecimal y)
{
return default(SqlDecimal);
}
/// <summary>The division operator calculates the results of dividing the first <see cref="T:System.Data.SqlTypes.SqlDecimal" /> operand by the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property contains the results of the division.</returns>
// Token: 0x06000990 RID: 2448 RVA: 0x0000581C File Offset: 0x00003A1C
[Token(Token = "0x6000990")]
[Address(RVA = "0xBCC430", Offset = "0xBCB430", VA = "0x180BCC430")]
public static SqlDecimal operator /(SqlDecimal x, SqlDecimal y)
{
return default(SqlDecimal);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlByte" /> structure to <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlByte" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter.</returns>
// Token: 0x06000991 RID: 2449 RVA: 0x00005834 File Offset: 0x00003A34
[Token(Token = "0x6000991")]
[Address(RVA = "0xBCD100", Offset = "0xBCC100", VA = "0x180BCD100")]
public static implicit operator SqlDecimal(SqlByte x)
{
return default(SqlDecimal);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to <see cref="T:System.Data.SqlTypes.SqlDecimal" /></summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter.</returns>
// Token: 0x06000992 RID: 2450 RVA: 0x0000584C File Offset: 0x00003A4C
[Token(Token = "0x6000992")]
[Address(RVA = "0xBCCE50", Offset = "0xBCBE50", VA = "0x180BCCE50")]
public static implicit operator SqlDecimal(SqlInt16 x)
{
return default(SqlDecimal);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property is equal to the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter.</returns>
// Token: 0x06000993 RID: 2451 RVA: 0x00005864 File Offset: 0x00003A64
[Token(Token = "0x6000993")]
[Address(RVA = "0xBCCF20", Offset = "0xBCBF20", VA = "0x180BCCF20")]
public static implicit operator SqlDecimal(SqlInt32 x)
{
return default(SqlDecimal);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to SqlDecimal.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> equals the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter.</returns>
// Token: 0x06000994 RID: 2452 RVA: 0x0000587C File Offset: 0x00003A7C
[Token(Token = "0x6000994")]
[Address(RVA = "0xBCD230", Offset = "0xBCC230", VA = "0x180BCD230")]
public static implicit operator SqlDecimal(SqlInt64 x)
{
return default(SqlDecimal);
}
/// <summary>Converts the <see cref="T:System.Data.SqlTypes.SqlMoney" /> operand to <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> equals the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameter.</returns>
// Token: 0x06000995 RID: 2453 RVA: 0x00005894 File Offset: 0x00003A94
[Token(Token = "0x6000995")]
[Address(RVA = "0xBCD030", Offset = "0xBCC030", VA = "0x180BCD030")]
public static implicit operator SqlDecimal(SqlMoney x)
{
return default(SqlDecimal);
}
// Token: 0x06000996 RID: 2454 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000996")]
[Address(RVA = "0xBCAA60", Offset = "0xBC9A60", VA = "0x180BCAA60")]
private static void ZeroToMaxLen(uint[] rgulData, int cUI4sCur)
{
}
// Token: 0x06000997 RID: 2455 RVA: 0x000058AC File Offset: 0x00003AAC
[Token(Token = "0x6000997")]
[Address(RVA = "0xBC79C0", Offset = "0xBC69C0", VA = "0x180BC79C0")]
private bool FZero()
{
return default(bool);
}
// Token: 0x06000998 RID: 2456 RVA: 0x000058C4 File Offset: 0x00003AC4
[Token(Token = "0x6000998")]
[Address(RVA = "0xBC7910", Offset = "0xBC6910", VA = "0x180BC7910")]
private bool FGt10_38()
{
return default(bool);
}
// Token: 0x06000999 RID: 2457 RVA: 0x000058DC File Offset: 0x00003ADC
[Token(Token = "0x6000999")]
[Address(RVA = "0xBC7950", Offset = "0xBC6950", VA = "0x180BC7950")]
private bool FGt10_38(uint[] rglData)
{
return default(bool);
}
// Token: 0x0600099A RID: 2458 RVA: 0x000058F4 File Offset: 0x00003AF4
[Token(Token = "0x600099A")]
[Address(RVA = "0xBC63F0", Offset = "0xBC53F0", VA = "0x180BC63F0")]
private static byte BGetPrecUI4(uint value)
{
return 0;
}
// Token: 0x0600099B RID: 2459 RVA: 0x0000590C File Offset: 0x00003B0C
[Token(Token = "0x600099B")]
[Address(RVA = "0xBC65E0", Offset = "0xBC55E0", VA = "0x180BC65E0")]
private static byte BGetPrecUI8(ulong dwlVal)
{
return 0;
}
// Token: 0x0600099C RID: 2460 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600099C")]
[Address(RVA = "0xBC5E30", Offset = "0xBC4E30", VA = "0x180BC5E30")]
private void AddULong(uint ulAdd)
{
}
// Token: 0x0600099D RID: 2461 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600099D")]
[Address(RVA = "0xBC8E60", Offset = "0xBC7E60", VA = "0x180BC8E60")]
private void MultByULong(uint uiMultiplier)
{
}
// Token: 0x0600099E RID: 2462 RVA: 0x00005924 File Offset: 0x00003B24
[Token(Token = "0x600099E")]
[Address(RVA = "0xBC72E0", Offset = "0xBC62E0", VA = "0x180BC72E0")]
private uint DivByULong(uint iDivisor)
{
return 0U;
}
// Token: 0x0600099F RID: 2463 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600099F")]
[Address(RVA = "0xBC6060", Offset = "0xBC5060", VA = "0x180BC6060")]
internal void AdjustScale(int digits, bool fRound)
{
}
// Token: 0x060009A0 RID: 2464 RVA: 0x0000593C File Offset: 0x00003B3C
[Token(Token = "0x60009A0")]
[Address(RVA = "0xBC7C50", Offset = "0xBC6C50", VA = "0x180BC7C50")]
private int LAbsCmp(SqlDecimal snumOp)
{
return 0;
}
// Token: 0x060009A1 RID: 2465 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009A1")]
[Address(RVA = "0xBC8C90", Offset = "0xBC7C90", VA = "0x180BC8C90")]
private static void MpMove(uint[] rgulS, int ciulS, uint[] rgulD, out int ciulD)
{
}
// Token: 0x060009A2 RID: 2466 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009A2")]
[Address(RVA = "0xBC8E20", Offset = "0xBC7E20", VA = "0x180BC8E20")]
private static void MpSet(uint[] rgulD, out int ciulD, uint iulN)
{
}
// Token: 0x060009A3 RID: 2467 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009A3")]
[Address(RVA = "0xA71620", Offset = "0xA70620", VA = "0x180A71620")]
private static void MpNormalize(uint[] rgulU, ref int ciulU)
{
}
// Token: 0x060009A4 RID: 2468 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009A4")]
[Address(RVA = "0xBC8D00", Offset = "0xBC7D00", VA = "0x180BC8D00")]
private static void MpMul1(uint[] piulD, ref int ciulD, uint iulX)
{
}
// Token: 0x060009A5 RID: 2469 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009A5")]
[Address(RVA = "0xBC7F10", Offset = "0xBC6F10", VA = "0x180BC7F10")]
private static void MpDiv1(uint[] rgulU, ref int ciulU, uint iulD, out uint iulR)
{
}
// Token: 0x060009A6 RID: 2470 RVA: 0x00005954 File Offset: 0x00003B54
[Token(Token = "0x60009A6")]
[Address(RVA = "0xBC72D0", Offset = "0xBC62D0", VA = "0x180BC72D0")]
internal static ulong DWL(uint lo, uint hi)
{
return 0UL;
}
// Token: 0x060009A7 RID: 2471 RVA: 0x0000596C File Offset: 0x00003B6C
[Token(Token = "0x60009A7")]
[Address(RVA = "0xBC7C40", Offset = "0xBC6C40", VA = "0x180BC7C40")]
private static uint HI(ulong x)
{
return 0U;
}
// Token: 0x060009A8 RID: 2472 RVA: 0x00005984 File Offset: 0x00003B84
[Token(Token = "0x60009A8")]
[Address(RVA = "0x593060", Offset = "0x592060", VA = "0x180593060")]
private static uint LO(ulong x)
{
return 0U;
}
// Token: 0x060009A9 RID: 2473 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009A9")]
[Address(RVA = "0xBC8040", Offset = "0xBC7040", VA = "0x180BC8040")]
private static void MpDiv(uint[] rgulU, int ciulU, uint[] rgulD, int ciulD, uint[] rgulQ, out int ciulQ, uint[] rgulR, out int ciulR)
{
}
// Token: 0x060009AA RID: 2474 RVA: 0x0000599C File Offset: 0x00003B9C
[Token(Token = "0x60009AA")]
[Address(RVA = "0xBC6DA0", Offset = "0xBC5DA0", VA = "0x180BC6DA0")]
private EComparison CompareNm(SqlDecimal snumOp)
{
return EComparison.LT;
}
// Token: 0x060009AB RID: 2475 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009AB")]
[Address(RVA = "0xBC6CC0", Offset = "0xBC5CC0", VA = "0x180BC6CC0")]
private static void CheckValidPrecScale(byte bPrec, byte bScale)
{
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> operands to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009AC RID: 2476 RVA: 0x000059B4 File Offset: 0x00003BB4
[Token(Token = "0x60009AC")]
[Address(RVA = "0xBCCB70", Offset = "0xBCBB70", VA = "0x180BCCB70")]
public static SqlBoolean operator ==(SqlDecimal x, SqlDecimal y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structures to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009AD RID: 2477 RVA: 0x000059CC File Offset: 0x00003BCC
[Token(Token = "0x60009AD")]
[Address(RVA = "0xBCD300", Offset = "0xBCC300", VA = "0x180BCD300")]
public static SqlBoolean operator <(SqlDecimal x, SqlDecimal y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structures to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009AE RID: 2478 RVA: 0x000059E4 File Offset: 0x00003BE4
[Token(Token = "0x60009AE")]
[Address(RVA = "0xBCCCE0", Offset = "0xBCBCE0", VA = "0x180BCCCE0")]
public static SqlBoolean operator >(SqlDecimal x, SqlDecimal y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structures to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009AF RID: 2479 RVA: 0x000059FC File Offset: 0x00003BFC
[Token(Token = "0x60009AF")]
[Address(RVA = "0xBC7E80", Offset = "0xBC6E80", VA = "0x180BC7E80")]
public static SqlBoolean LessThan(SqlDecimal x, SqlDecimal y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structures to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009B0 RID: 2480 RVA: 0x00005A14 File Offset: 0x00003C14
[Token(Token = "0x60009B0")]
[Address(RVA = "0xBC7BB0", Offset = "0xBC6BB0", VA = "0x180BC7BB0")]
public static SqlBoolean GreaterThan(SqlDecimal x, SqlDecimal y)
{
return default(SqlBoolean);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure with the same value as this instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</returns>
// Token: 0x060009B1 RID: 2481 RVA: 0x00005A2C File Offset: 0x00003C2C
[Token(Token = "0x60009B1")]
[Address(RVA = "0xBCA010", Offset = "0xBC9010", VA = "0x180BCA010")]
public SqlDouble ToSqlDouble()
{
return default(SqlDouble);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure to <see cref="T:System.Data.SqlTypes.SqlInt64" />.</summary>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure with the same value as this instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</returns>
// Token: 0x060009B2 RID: 2482 RVA: 0x00005A44 File Offset: 0x00003C44
[Token(Token = "0x60009B2")]
[Address(RVA = "0xBCA180", Offset = "0xBC9180", VA = "0x180BCA180")]
public SqlInt64 ToSqlInt64()
{
return default(SqlInt64);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure to <see cref="T:System.Data.SqlTypes.SqlMoney" />.</summary>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure with the same value as this instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</returns>
// Token: 0x060009B3 RID: 2483 RVA: 0x00005A5C File Offset: 0x00003C5C
[Token(Token = "0x60009B3")]
[Address(RVA = "0xBCA210", Offset = "0xBC9210", VA = "0x180BCA210")]
public SqlMoney ToSqlMoney()
{
return default(SqlMoney);
}
// Token: 0x060009B4 RID: 2484 RVA: 0x00005A74 File Offset: 0x00003C74
[Token(Token = "0x60009B4")]
[Address(RVA = "0xA714E0", Offset = "0xA704E0", VA = "0x180A714E0")]
private static char ChFromDigit(uint uiDigit)
{
return '\0';
}
// Token: 0x060009B5 RID: 2485 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009B5")]
[Address(RVA = "0xBC99C0", Offset = "0xBC89C0", VA = "0x180BC99C0")]
private void StoreFromWorkingArray(uint[] rguiData)
{
}
// Token: 0x060009B6 RID: 2486 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009B6")]
[Address(RVA = "0xBC9950", Offset = "0xBC8950", VA = "0x180BC9950")]
private void SetToZero()
{
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return Value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x060009B7 RID: 2487 RVA: 0x00005A8C File Offset: 0x00003C8C
[Token(Token = "0x60009B7")]
[Address(RVA = "0xBC6F30", Offset = "0xBC5F30", VA = "0x180BC6F30", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlDecimal" /> object and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x060009B8 RID: 2488 RVA: 0x00005AA4 File Offset: 0x00003CA4
[Token(Token = "0x60009B8")]
[Address(RVA = "0xBC7040", Offset = "0xBC6040", VA = "0x180BC7040")]
public int CompareTo(SqlDecimal value)
{
return 0;
}
/// <summary>Compares the supplied <see cref="T:System.Object" /> parameter to the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> instance.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>
/// <see langword="true" /> if object is an instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> and the two are equal. Otherwise, <see langword="false" />.</returns>
// Token: 0x060009B9 RID: 2489 RVA: 0x00005ABC File Offset: 0x00003CBC
[Token(Token = "0x60009B9")]
[Address(RVA = "0xBC7520", Offset = "0xBC6520", VA = "0x180BC7520", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Returns the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x060009BA RID: 2490 RVA: 0x00005AD4 File Offset: 0x00003CD4
[Token(Token = "0x60009BA")]
[Address(RVA = "0xBC79E0", Offset = "0xBC69E0", VA = "0x180BC79E0", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x060009BB RID: 2491 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60009BB")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x060009BC RID: 2492 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009BC")]
[Address(RVA = "0xBC9A50", Offset = "0xBC8A50", VA = "0x180BC9A50", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x060009BD RID: 2493 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009BD")]
[Address(RVA = "0xBC9BF0", Offset = "0xBC8BF0", VA = "0x180BC9BF0", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x060009BE RID: 2494 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60009BE")]
[Address(RVA = "0xBC7B50", Offset = "0xBC6B50", VA = "0x180BC7B50")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x0400037F RID: 895
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x400037F")]
internal byte _bStatus;
// Token: 0x04000380 RID: 896
[FieldOffset(Offset = "0x1")]
[Token(Token = "0x4000380")]
internal byte _bLen;
// Token: 0x04000381 RID: 897
[FieldOffset(Offset = "0x2")]
[Token(Token = "0x4000381")]
internal byte _bPrec;
// Token: 0x04000382 RID: 898
[FieldOffset(Offset = "0x3")]
[Token(Token = "0x4000382")]
internal byte _bScale;
// Token: 0x04000383 RID: 899
[FieldOffset(Offset = "0x4")]
[Token(Token = "0x4000383")]
internal uint _data1;
// Token: 0x04000384 RID: 900
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x4000384")]
internal uint _data2;
// Token: 0x04000385 RID: 901
[FieldOffset(Offset = "0xC")]
[Token(Token = "0x4000385")]
internal uint _data3;
// Token: 0x04000386 RID: 902
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000386")]
internal uint _data4;
// Token: 0x04000387 RID: 903
[Token(Token = "0x4000387")]
private static readonly byte s_NUMERIC_MAX_PRECISION;
/// <summary>A constant representing the largest possible value for the <see cref="P:System.Data.SqlTypes.SqlDecimal.Precision" /> property.</summary>
// Token: 0x04000388 RID: 904
[Token(Token = "0x4000388")]
public static readonly byte MaxPrecision;
/// <summary>A constant representing the maximum value for the <see cref="P:System.Data.SqlTypes.SqlDecimal.Scale" /> property.</summary>
// Token: 0x04000389 RID: 905
[Token(Token = "0x4000389")]
public static readonly byte MaxScale;
// Token: 0x0400038A RID: 906
[Token(Token = "0x400038A")]
private static readonly byte s_bNullMask;
// Token: 0x0400038B RID: 907
[Token(Token = "0x400038B")]
private static readonly byte s_bIsNull;
// Token: 0x0400038C RID: 908
[Token(Token = "0x400038C")]
private static readonly byte s_bNotNull;
// Token: 0x0400038D RID: 909
[Token(Token = "0x400038D")]
private static readonly byte s_bReverseNullMask;
// Token: 0x0400038E RID: 910
[Token(Token = "0x400038E")]
private static readonly byte s_bSignMask;
// Token: 0x0400038F RID: 911
[Token(Token = "0x400038F")]
private static readonly byte s_bPositive;
// Token: 0x04000390 RID: 912
[Token(Token = "0x4000390")]
private static readonly byte s_bNegative;
// Token: 0x04000391 RID: 913
[Token(Token = "0x4000391")]
private static readonly byte s_bReverseSignMask;
// Token: 0x04000392 RID: 914
[Token(Token = "0x4000392")]
private static readonly uint s_uiZero;
// Token: 0x04000393 RID: 915
[Token(Token = "0x4000393")]
private static readonly int s_cNumeMax;
// Token: 0x04000394 RID: 916
[Token(Token = "0x4000394")]
private static readonly long s_lInt32Base;
// Token: 0x04000395 RID: 917
[Token(Token = "0x4000395")]
private static readonly ulong s_ulInt32Base;
// Token: 0x04000396 RID: 918
[Token(Token = "0x4000396")]
private static readonly ulong s_ulInt32BaseForMod;
// Token: 0x04000397 RID: 919
[Token(Token = "0x4000397")]
internal static readonly ulong s_llMax;
// Token: 0x04000398 RID: 920
[Token(Token = "0x4000398")]
private static readonly uint s_ulBase10;
// Token: 0x04000399 RID: 921
[Token(Token = "0x4000399")]
private static readonly double s_DUINT_BASE;
// Token: 0x0400039A RID: 922
[Token(Token = "0x400039A")]
private static readonly double s_DUINT_BASE2;
// Token: 0x0400039B RID: 923
[Token(Token = "0x400039B")]
private static readonly double s_DUINT_BASE3;
// Token: 0x0400039C RID: 924
[Token(Token = "0x400039C")]
private static readonly double s_DMAX_NUME;
// Token: 0x0400039D RID: 925
[Token(Token = "0x400039D")]
private static readonly uint s_DBL_DIG;
// Token: 0x0400039E RID: 926
[Token(Token = "0x400039E")]
private static readonly byte s_cNumeDivScaleMin;
// Token: 0x0400039F RID: 927
[Token(Token = "0x400039F")]
private static readonly uint[] s_rgulShiftBase;
// Token: 0x040003A0 RID: 928
[Token(Token = "0x40003A0")]
private static readonly uint[] s_decimalHelpersLo;
// Token: 0x040003A1 RID: 929
[Token(Token = "0x40003A1")]
private static readonly uint[] s_decimalHelpersMid;
// Token: 0x040003A2 RID: 930
[Token(Token = "0x40003A2")]
private static readonly uint[] s_decimalHelpersHi;
// Token: 0x040003A3 RID: 931
[Token(Token = "0x40003A3")]
private static readonly uint[] s_decimalHelpersHiHi;
// Token: 0x040003A4 RID: 932
[Token(Token = "0x40003A4")]
private static readonly byte[] s_rgCLenFromPrec;
// Token: 0x040003A5 RID: 933
[Token(Token = "0x40003A5")]
private static readonly uint s_ulT1;
// Token: 0x040003A6 RID: 934
[Token(Token = "0x40003A6")]
private static readonly uint s_ulT2;
// Token: 0x040003A7 RID: 935
[Token(Token = "0x40003A7")]
private static readonly uint s_ulT3;
// Token: 0x040003A8 RID: 936
[Token(Token = "0x40003A8")]
private static readonly uint s_ulT4;
// Token: 0x040003A9 RID: 937
[Token(Token = "0x40003A9")]
private static readonly uint s_ulT5;
// Token: 0x040003AA RID: 938
[Token(Token = "0x40003AA")]
private static readonly uint s_ulT6;
// Token: 0x040003AB RID: 939
[Token(Token = "0x40003AB")]
private static readonly uint s_ulT7;
// Token: 0x040003AC RID: 940
[Token(Token = "0x40003AC")]
private static readonly uint s_ulT8;
// Token: 0x040003AD RID: 941
[Token(Token = "0x40003AD")]
private static readonly uint s_ulT9;
// Token: 0x040003AE RID: 942
[Token(Token = "0x40003AE")]
private static readonly ulong s_dwlT10;
// Token: 0x040003AF RID: 943
[Token(Token = "0x40003AF")]
private static readonly ulong s_dwlT11;
// Token: 0x040003B0 RID: 944
[Token(Token = "0x40003B0")]
private static readonly ulong s_dwlT12;
// Token: 0x040003B1 RID: 945
[Token(Token = "0x40003B1")]
private static readonly ulong s_dwlT13;
// Token: 0x040003B2 RID: 946
[Token(Token = "0x40003B2")]
private static readonly ulong s_dwlT14;
// Token: 0x040003B3 RID: 947
[Token(Token = "0x40003B3")]
private static readonly ulong s_dwlT15;
// Token: 0x040003B4 RID: 948
[Token(Token = "0x40003B4")]
private static readonly ulong s_dwlT16;
// Token: 0x040003B5 RID: 949
[Token(Token = "0x40003B5")]
private static readonly ulong s_dwlT17;
// Token: 0x040003B6 RID: 950
[Token(Token = "0x40003B6")]
private static readonly ulong s_dwlT18;
// Token: 0x040003B7 RID: 951
[Token(Token = "0x40003B7")]
private static readonly ulong s_dwlT19;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> class.</summary>
// Token: 0x040003B8 RID: 952
[Token(Token = "0x40003B8")]
public static readonly SqlDecimal Null;
/// <summary>A constant representing the minimum value for a <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</summary>
// Token: 0x040003B9 RID: 953
[Token(Token = "0x40003B9")]
public static readonly SqlDecimal MinValue;
/// <summary>A constant representing the maximum value of a <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</summary>
// Token: 0x040003BA RID: 954
[Token(Token = "0x40003BA")]
public static readonly SqlDecimal MaxValue;
}
}
+442
View File
@@ -0,0 +1,442 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a floating-point number within the range of -1.79E +308 through 1.79E +308 to be stored in or retrieved from a database.</summary>
// Token: 0x020000A7 RID: 167
[Token(Token = "0x20000A7")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlDouble : INullable, IComparable, IXmlSerializable
{
// Token: 0x060009C0 RID: 2496 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009C0")]
[Address(RVA = "0xBCEFE0", Offset = "0xBCDFE0", VA = "0x180BCEFE0")]
private SqlDouble(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure using the supplied double parameter to set the new <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure's <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> property.</summary>
/// <param name="value">A double whose value will be used for the new <see cref="T:System.Data.SqlTypes.SqlDouble" />.</param>
// Token: 0x060009C1 RID: 2497 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009C1")]
[Address(RVA = "0xBCEFF0", Offset = "0xBCDFF0", VA = "0x180BCEFF0")]
public SqlDouble(double value)
{
}
/// <summary>Returns a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlDouble" /> instance is null.</summary>
/// <returns>
/// <see langword="true" /> if <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is null. Otherwise, <see langword="false" />.</returns>
// Token: 0x17000187 RID: 391
// (get) Token: 0x060009C2 RID: 2498 RVA: 0x00005AEC File Offset: 0x00003CEC
[Token(Token = "0x17000187")]
public bool IsNull
{
[Token(Token = "0x60009C2")]
[Address(RVA = "0x8BD410", Offset = "0x8BC410", VA = "0x1808BD410", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure. This property is read-only.</summary>
/// <returns>The value of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</returns>
// Token: 0x17000188 RID: 392
// (get) Token: 0x060009C3 RID: 2499 RVA: 0x00005B04 File Offset: 0x00003D04
[Token(Token = "0x17000188")]
public double Value
{
[Token(Token = "0x60009C3")]
[Address(RVA = "0xBCF0F0", Offset = "0xBCE0F0", VA = "0x180BCF0F0")]
get
{
return 0.0;
}
}
/// <summary>Converts the supplied double value to a <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <param name="x">The double value to convert.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlDouble" /> with the same value as the specified double parameter.</returns>
// Token: 0x060009C4 RID: 2500 RVA: 0x00005B1C File Offset: 0x00003D1C
[Token(Token = "0x60009C4")]
[Address(RVA = "0xBCFB50", Offset = "0xBCEB50", VA = "0x180BCFB50")]
public static implicit operator SqlDouble(double x)
{
return default(SqlDouble);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure to a string.</summary>
/// <returns>A string representing the <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> of this <see cref="T:System.Data.SqlTypes.SqlDouble" />.</returns>
// Token: 0x060009C5 RID: 2501 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60009C5")]
[Address(RVA = "0xBCEEC0", Offset = "0xBCDEC0", VA = "0x180BCEEC0", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>Returns the negated value of the specified <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure that contains the negated value.</returns>
// Token: 0x060009C6 RID: 2502 RVA: 0x00005B34 File Offset: 0x00003D34
[Token(Token = "0x60009C6")]
[Address(RVA = "0xBCFEB0", Offset = "0xBCEEB0", VA = "0x180BCFEB0")]
public static SqlDouble operator -(SqlDouble x)
{
return default(SqlDouble);
}
/// <summary>The addition operator computes the sum of the two <see cref="T:System.Data.SqlTypes.SqlDouble" /> operands.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>The sum of the two <see cref="T:System.Data.SqlTypes.SqlDouble" /> operands.</returns>
// Token: 0x060009C7 RID: 2503 RVA: 0x00005B4C File Offset: 0x00003D4C
[Token(Token = "0x60009C7")]
[Address(RVA = "0xBCF150", Offset = "0xBCE150", VA = "0x180BCF150")]
public static SqlDouble operator +(SqlDouble x, SqlDouble y)
{
return default(SqlDouble);
}
/// <summary>The subtraction operator the second <see cref="T:System.Data.SqlTypes.SqlDouble" /> operand from the first.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>The results of the subtraction operation.</returns>
// Token: 0x060009C8 RID: 2504 RVA: 0x00005B64 File Offset: 0x00003D64
[Token(Token = "0x60009C8")]
[Address(RVA = "0xBCFD70", Offset = "0xBCED70", VA = "0x180BCFD70")]
public static SqlDouble operator -(SqlDouble x, SqlDouble y)
{
return default(SqlDouble);
}
/// <summary>The multiplication operator computes the product of the two <see cref="T:System.Data.SqlTypes.SqlDouble" /> operands.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>The product of the two <see cref="T:System.Data.SqlTypes.SqlDouble" /> operands.</returns>
// Token: 0x060009C9 RID: 2505 RVA: 0x00005B7C File Offset: 0x00003D7C
[Token(Token = "0x60009C9")]
[Address(RVA = "0xBCFC30", Offset = "0xBCEC30", VA = "0x180BCFC30")]
public static SqlDouble operator *(SqlDouble x, SqlDouble y)
{
return default(SqlDouble);
}
/// <summary>The division operator divides the first <see cref="T:System.Data.SqlTypes.SqlDouble" /> operand by the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure that contains the results of the division operation.</returns>
// Token: 0x060009CA RID: 2506 RVA: 0x00005B94 File Offset: 0x00003D94
[Token(Token = "0x60009CA")]
[Address(RVA = "0xBCF290", Offset = "0xBCE290", VA = "0x180BCF290")]
public static SqlDouble operator /(SqlDouble x, SqlDouble y)
{
return default(SqlDouble);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter. If the <see cref="T:System.Data.SqlTypes.SqlByte" /> is <see cref="F:System.Data.SqlTypes.SqlByte.Null" />, the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure will be <see cref="F:System.Data.SqlTypes.SqlDouble.Null" />.</returns>
// Token: 0x060009CB RID: 2507 RVA: 0x00005BAC File Offset: 0x00003DAC
[Token(Token = "0x60009CB")]
[Address(RVA = "0xBCF670", Offset = "0xBCE670", VA = "0x180BCF670")]
public static implicit operator SqlDouble(SqlByte x)
{
return default(SqlDouble);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter. If the <see cref="T:System.Data.SqlTypes.SqlInt16" /> is <see cref="F:System.Data.SqlTypes.SqlInt16.Null" />, the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure will be <see cref="F:System.Data.SqlTypes.SqlDouble.Null" />.</returns>
// Token: 0x060009CC RID: 2508 RVA: 0x00005BC4 File Offset: 0x00003DC4
[Token(Token = "0x60009CC")]
[Address(RVA = "0xBCF730", Offset = "0xBCE730", VA = "0x180BCF730")]
public static implicit operator SqlDouble(SqlInt16 x)
{
return default(SqlDouble);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> whose <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter. If the <see cref="T:System.Data.SqlTypes.SqlInt32" /> is <see cref="F:System.Data.SqlTypes.SqlInt32.Null" />, the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure will be <see cref="F:System.Data.SqlTypes.SqlDouble.Null" />.</returns>
// Token: 0x060009CD RID: 2509 RVA: 0x00005BDC File Offset: 0x00003DDC
[Token(Token = "0x60009CD")]
[Address(RVA = "0xBCF5A0", Offset = "0xBCE5A0", VA = "0x180BCF5A0")]
public static implicit operator SqlDouble(SqlInt32 x)
{
return default(SqlDouble);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> whose <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter. If the <see cref="T:System.Data.SqlTypes.SqlInt64" /> is <see cref="F:System.Data.SqlTypes.SqlInt64.Null" />, the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure will be <see cref="F:System.Data.SqlTypes.SqlDouble.Null" />.</returns>
// Token: 0x060009CE RID: 2510 RVA: 0x00005BF4 File Offset: 0x00003DF4
[Token(Token = "0x60009CE")]
[Address(RVA = "0xBCF9B0", Offset = "0xBCE9B0", VA = "0x180BCF9B0")]
public static implicit operator SqlDouble(SqlInt64 x)
{
return default(SqlDouble);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlSingle" /> parameter to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> parameter. If the <see cref="T:System.Data.SqlTypes.SqlSingle" /> is <see cref="F:System.Data.SqlTypes.SqlSingle.Null" />, the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure will be <see cref="F:System.Data.SqlTypes.SqlDouble.Null" />.</returns>
// Token: 0x060009CF RID: 2511 RVA: 0x00005C0C File Offset: 0x00003E0C
[Token(Token = "0x60009CF")]
[Address(RVA = "0xBCFA80", Offset = "0xBCEA80", VA = "0x180BCFA80")]
public static implicit operator SqlDouble(SqlSingle x)
{
return default(SqlDouble);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameter to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> whose <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameter. If the <see cref="T:System.Data.SqlTypes.SqlMoney" /> is <see cref="F:System.Data.SqlTypes.SqlMoney.Null" />, the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure will be <see cref="F:System.Data.SqlTypes.SqlDouble.Null" />.</returns>
// Token: 0x060009D0 RID: 2512 RVA: 0x00005C24 File Offset: 0x00003E24
[Token(Token = "0x60009D0")]
[Address(RVA = "0xBCF800", Offset = "0xBCE800", VA = "0x180BCF800")]
public static implicit operator SqlDouble(SqlMoney x)
{
return default(SqlDouble);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameter to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameter. If the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is <see cref="F:System.Data.SqlTypes.SqlDecimal.Null" />, the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure will be <see cref="F:System.Data.SqlTypes.SqlDouble.Null" />.</returns>
// Token: 0x060009D1 RID: 2513 RVA: 0x00005C3C File Offset: 0x00003E3C
[Token(Token = "0x60009D1")]
[Address(RVA = "0xBCF8B0", Offset = "0xBCE8B0", VA = "0x180BCF8B0")]
public static implicit operator SqlDouble(SqlDecimal x)
{
return default(SqlDouble);
}
/// <summary>Performs a logical comparison on two instances of <see cref="T:System.Data.SqlTypes.SqlDouble" /> to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>
/// <see langword="true" /> if the two values are equal. Otherwise, <see langword="false" />.</returns>
// Token: 0x060009D2 RID: 2514 RVA: 0x00005C54 File Offset: 0x00003E54
[Token(Token = "0x60009D2")]
[Address(RVA = "0xBCF420", Offset = "0xBCE420", VA = "0x180BCF420")]
public static SqlBoolean operator ==(SqlDouble x, SqlDouble y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDouble" /> to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDouble" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009D3 RID: 2515 RVA: 0x00005C6C File Offset: 0x00003E6C
[Token(Token = "0x60009D3")]
[Address(RVA = "0xBCFB80", Offset = "0xBCEB80", VA = "0x180BCFB80")]
public static SqlBoolean operator <(SqlDouble x, SqlDouble y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDouble" /> to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDouble" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009D4 RID: 2516 RVA: 0x00005C84 File Offset: 0x00003E84
[Token(Token = "0x60009D4")]
[Address(RVA = "0xBCF4F0", Offset = "0xBCE4F0", VA = "0x180BCF4F0")]
public static SqlBoolean operator >(SqlDouble x, SqlDouble y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDouble" /> to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDouble" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009D5 RID: 2517 RVA: 0x00005C9C File Offset: 0x00003E9C
[Token(Token = "0x60009D5")]
[Address(RVA = "0xBCEA60", Offset = "0xBCDA60", VA = "0x180BCEA60")]
public static SqlBoolean LessThan(SqlDouble x, SqlDouble y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDouble" /> to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDouble" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009D6 RID: 2518 RVA: 0x00005CB4 File Offset: 0x00003EB4
[Token(Token = "0x60009D6")]
[Address(RVA = "0xBCE970", Offset = "0xBCD970", VA = "0x180BCE970")]
public static SqlBoolean GreaterThan(SqlDouble x, SqlDouble y)
{
return default(SqlBoolean);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
/// <returns>A new <see langword="SqlSingle" /> structure whose <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> of this <see cref="T:System.Data.SqlTypes.SqlDouble" />.</returns>
// Token: 0x060009D7 RID: 2519 RVA: 0x00005CCC File Offset: 0x00003ECC
[Token(Token = "0x60009D7")]
[Address(RVA = "0xBCED40", Offset = "0xBCDD40", VA = "0x180BCED40")]
public SqlSingle ToSqlSingle()
{
return default(SqlSingle);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDouble" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to compare.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
// Token: 0x060009D8 RID: 2520 RVA: 0x00005CE4 File Offset: 0x00003EE4
[Token(Token = "0x60009D8")]
[Address(RVA = "0xBCE370", Offset = "0xBCD370", VA = "0x180BCE370", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDouble" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlDouble" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlDouble" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x060009D9 RID: 2521 RVA: 0x00005CFC File Offset: 0x00003EFC
[Token(Token = "0x60009D9")]
[Address(RVA = "0xBCE480", Offset = "0xBCD480", VA = "0x180BCE480")]
public int CompareTo(SqlDouble value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="P:System.Data.SqlTypes.SqlDateTime.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if the two values are equal. Otherwise, <see langword="false" />.</returns>
// Token: 0x060009DA RID: 2522 RVA: 0x00005D14 File Offset: 0x00003F14
[Token(Token = "0x60009DA")]
[Address(RVA = "0xBCE6C0", Offset = "0xBCD6C0", VA = "0x180BCE6C0", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Returns the hash code for this <see cref="T:System.Data.SqlTypes.SqlDouble" /> structre.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x060009DB RID: 2523 RVA: 0x00005D2C File Offset: 0x00003F2C
[Token(Token = "0x60009DB")]
[Address(RVA = "0xBCE880", Offset = "0xBCD880", VA = "0x180BCE880", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An XML schema consumed by .NET Framework.</returns>
// Token: 0x060009DC RID: 2524 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60009DC")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">A <see cref="T:System.Xml.XmlReader" />.</param>
// Token: 0x060009DD RID: 2525 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009DD")]
[Address(RVA = "0xBCEB50", Offset = "0xBCDB50", VA = "0x180BCEB50", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">A <see cref="T:System.Xml.XmlWriter" />.</param>
// Token: 0x060009DE RID: 2526 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009DE")]
[Address(RVA = "0xBCEC60", Offset = "0xBCDC60", VA = "0x180BCEC60", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">An <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x060009DF RID: 2527 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60009DF")]
[Address(RVA = "0xBCE910", Offset = "0xBCD910", VA = "0x180BCE910")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x040003BB RID: 955
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40003BB")]
private bool m_fNotNull;
// Token: 0x040003BC RID: 956
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x40003BC")]
private double m_value;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
// Token: 0x040003BD RID: 957
[Token(Token = "0x40003BD")]
public static readonly SqlDouble Null;
/// <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
// Token: 0x040003BE RID: 958
[Token(Token = "0x40003BE")]
public static readonly SqlDouble Zero;
/// <summary>A constant representing the minimum possible value of <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
// Token: 0x040003BF RID: 959
[Token(Token = "0x40003BF")]
public static readonly SqlDouble MinValue;
/// <summary>A constant representing the maximum value for a <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
// Token: 0x040003C0 RID: 960
[Token(Token = "0x40003C0")]
public static readonly SqlDouble MaxValue;
}
}
+271
View File
@@ -0,0 +1,271 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a GUID to be stored in or retrieved from a database.</summary>
// Token: 0x020000A8 RID: 168
[Token(Token = "0x20000A8")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlGuid : INullable, IComparable, IXmlSerializable
{
// Token: 0x060009E1 RID: 2529 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009E1")]
[Address(RVA = "0x9F88E0", Offset = "0x9F78E0", VA = "0x1809F88E0")]
private SqlGuid(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure using the specified <see cref="T:System.Guid" /> parameter.</summary>
/// <param name="g">A <see cref="T:System.Guid" /></param>
// Token: 0x060009E2 RID: 2530 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009E2")]
[Address(RVA = "0xBD09E0", Offset = "0xBCF9E0", VA = "0x180BD09E0")]
public SqlGuid(Guid g)
{
}
/// <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if <see langword="null" />. Otherwise, <see langword="false" />.</returns>
// Token: 0x17000189 RID: 393
// (get) Token: 0x060009E3 RID: 2531 RVA: 0x00005D44 File Offset: 0x00003F44
[Token(Token = "0x17000189")]
public bool IsNull
{
[Token(Token = "0x60009E3")]
[Address(RVA = "0x8BCFA0", Offset = "0x8BBFA0", VA = "0x1808BCFA0", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure. This property is read-only.</summary>
/// <returns>A <see cref="T:System.Guid" /> structure.</returns>
// Token: 0x1700018A RID: 394
// (get) Token: 0x060009E4 RID: 2532 RVA: 0x00005D5C File Offset: 0x00003F5C
[Token(Token = "0x1700018A")]
public Guid Value
{
[Token(Token = "0x60009E4")]
[Address(RVA = "0xBD0A00", Offset = "0xBCFA00", VA = "0x180BD0A00")]
get
{
return default(Guid);
}
}
/// <summary>Converts the supplied <see cref="T:System.Guid" /> parameter to <see cref="T:System.Data.SqlTypes.SqlGuid" />.</summary>
/// <param name="x">A <see cref="T:System.Guid" />.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlGuid" /> whose <see cref="P:System.Data.SqlTypes.SqlGuid.Value" /> is equal to the <see cref="T:System.Guid" /> parameter.</returns>
// Token: 0x060009E5 RID: 2533 RVA: 0x00005D74 File Offset: 0x00003F74
[Token(Token = "0x60009E5")]
[Address(RVA = "0xBD0C20", Offset = "0xBCFC20", VA = "0x180BD0C20")]
public static implicit operator SqlGuid(Guid x)
{
return default(SqlGuid);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure to a <see cref="T:System.String" />.</summary>
/// <returns>A <see cref="T:System.String" /> that contains the string representation of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</returns>
// Token: 0x060009E6 RID: 2534 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60009E6")]
[Address(RVA = "0xBD0900", Offset = "0xBCF900", VA = "0x180BD0900", Slot = "3")]
public override string ToString()
{
return null;
}
// Token: 0x060009E7 RID: 2535 RVA: 0x00005D8C File Offset: 0x00003F8C
[Token(Token = "0x60009E7")]
[Address(RVA = "0xBD02D0", Offset = "0xBCF2D0", VA = "0x180BD02D0")]
private static EComparison Compare(SqlGuid x, SqlGuid y)
{
return EComparison.LT;
}
/// <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlGuid" /> structures to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlGuid" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009E8 RID: 2536 RVA: 0x00005DA4 File Offset: 0x00003FA4
[Token(Token = "0x60009E8")]
[Address(RVA = "0xBD0A80", Offset = "0xBCFA80", VA = "0x180BD0A80")]
public static SqlBoolean operator ==(SqlGuid x, SqlGuid y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlGuid" /> to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlGuid" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009E9 RID: 2537 RVA: 0x00005DBC File Offset: 0x00003FBC
[Token(Token = "0x60009E9")]
[Address(RVA = "0xBD0C40", Offset = "0xBCFC40", VA = "0x180BD0C40")]
public static SqlBoolean operator <(SqlGuid x, SqlGuid y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlGuid" /> to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlGuid" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x060009EA RID: 2538 RVA: 0x00005DD4 File Offset: 0x00003FD4
[Token(Token = "0x60009EA")]
[Address(RVA = "0xBD0B50", Offset = "0xBCFB50", VA = "0x180BD0B50")]
public static SqlBoolean operator >(SqlGuid x, SqlGuid y)
{
return default(SqlBoolean);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure to the supplied object and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return Value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than object.
///
/// Zero
///
/// This instance is the same as object.
///
/// Greater than zero
///
/// This instance is greater than object
///
/// -or-
///
/// object is a null reference (<see langword="Nothing" />)</returns>
// Token: 0x060009EB RID: 2539 RVA: 0x00005DEC File Offset: 0x00003FEC
[Token(Token = "0x60009EB")]
[Address(RVA = "0xBD01D0", Offset = "0xBCF1D0", VA = "0x180BD01D0", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure to the supplied <see cref="T:System.Data.SqlTypes.SqlGuid" /> and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlGuid" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return Value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than object.
///
/// Zero
///
/// This instance is the same as object.
///
/// Greater than zero
///
/// This instance is greater than object
///
/// -or-
///
/// object is a null reference (<see langword="Nothing" />).</returns>
// Token: 0x060009EC RID: 2540 RVA: 0x00005E04 File Offset: 0x00004004
[Token(Token = "0x60009EC")]
[Address(RVA = "0xBCFF60", Offset = "0xBCEF60", VA = "0x180BCFF60")]
public int CompareTo(SqlGuid value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="P:System.Data.SqlTypes.SqlGuid.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if object is an instance of <see cref="T:System.Data.SqlTypes.SqlGuid" /> and the two are equal; otherwise <see langword="false" />.</returns>
// Token: 0x060009ED RID: 2541 RVA: 0x00005E1C File Offset: 0x0000401C
[Token(Token = "0x60009ED")]
[Address(RVA = "0xBD0420", Offset = "0xBCF420", VA = "0x180BD0420", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Returns the hash code of this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x060009EE RID: 2542 RVA: 0x00005E34 File Offset: 0x00004034
[Token(Token = "0x60009EE")]
[Address(RVA = "0xBD05D0", Offset = "0xBCF5D0", VA = "0x180BD05D0", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x060009EF RID: 2543 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60009EF")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x060009F0 RID: 2544 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009F0")]
[Address(RVA = "0xBD06D0", Offset = "0xBCF6D0", VA = "0x180BD06D0", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x060009F1 RID: 2545 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009F1")]
[Address(RVA = "0xBD0800", Offset = "0xBCF800", VA = "0x180BD0800", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x060009F2 RID: 2546 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60009F2")]
[Address(RVA = "0xBD0670", Offset = "0xBCF670", VA = "0x180BD0670")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x040003C1 RID: 961
[Token(Token = "0x40003C1")]
private static readonly int s_sizeOfGuid;
// Token: 0x040003C2 RID: 962
[Token(Token = "0x40003C2")]
private static readonly int[] s_rgiGuidOrder;
// Token: 0x040003C3 RID: 963
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40003C3")]
private byte[] m_value;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</summary>
// Token: 0x040003C4 RID: 964
[Token(Token = "0x40003C4")]
public static readonly SqlGuid Null;
}
}
+404
View File
@@ -0,0 +1,404 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a 16-bit signed integer to be stored in or retrieved from a database.</summary>
// Token: 0x020000A9 RID: 169
[Token(Token = "0x20000A9")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlInt16 : INullable, IComparable, IXmlSerializable
{
// Token: 0x060009F4 RID: 2548 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009F4")]
[Address(RVA = "0xBD17C0", Offset = "0xBD07C0", VA = "0x180BD17C0")]
private SqlInt16(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure using the supplied short integer parameter.</summary>
/// <param name="value">A short integer.</param>
// Token: 0x060009F5 RID: 2549 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60009F5")]
[Address(RVA = "0xBD17D0", Offset = "0xBD07D0", VA = "0x180BD17D0")]
public SqlInt16(short value)
{
}
/// <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if null. Otherwise, <see langword="false" />. For more information, see Handling Null Values.</returns>
// Token: 0x1700018B RID: 395
// (get) Token: 0x060009F6 RID: 2550 RVA: 0x00005E4C File Offset: 0x0000404C
[Token(Token = "0x1700018B")]
public bool IsNull
{
[Token(Token = "0x60009F6")]
[Address(RVA = "0x8BD410", Offset = "0x8BC410", VA = "0x1808BD410", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the value of this instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure. This property is read-only.</summary>
/// <returns>A short integer representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</returns>
// Token: 0x1700018C RID: 396
// (get) Token: 0x060009F7 RID: 2551 RVA: 0x00005E64 File Offset: 0x00004064
[Token(Token = "0x1700018C")]
public short Value
{
[Token(Token = "0x60009F7")]
[Address(RVA = "0xBD17E0", Offset = "0xBD07E0", VA = "0x180BD17E0")]
get
{
return 0;
}
}
/// <summary>Converts the supplied short integer to <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
/// <param name="x">A short integer value.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure with the same value as the specified short integer.</returns>
// Token: 0x060009F8 RID: 2552 RVA: 0x00005E7C File Offset: 0x0000407C
[Token(Token = "0x60009F8")]
[Address(RVA = "0xBD1D30", Offset = "0xBD0D30", VA = "0x180BD1D30")]
public static implicit operator SqlInt16(short x)
{
return default(SqlInt16);
}
/// <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to <see cref="T:System.String" />.</summary>
/// <returns>A <see cref="T:System.String" /> object representing the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> of this instance of <see cref="T:System.Data.SqlTypes.SqlInt16" />.</returns>
// Token: 0x060009F9 RID: 2553 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60009F9")]
[Address(RVA = "0xBD16E0", Offset = "0xBD06E0", VA = "0x180BD16E0", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>The unary minus operator negates the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> operand.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure that contains the negated value.</returns>
// Token: 0x060009FA RID: 2554 RVA: 0x00005E94 File Offset: 0x00004094
[Token(Token = "0x60009FA")]
[Address(RVA = "0xBD2020", Offset = "0xBD1020", VA = "0x180BD2020")]
public static SqlInt16 operator -(SqlInt16 x)
{
return default(SqlInt16);
}
/// <summary>Computes the sum of the two <see cref="T:System.Data.SqlTypes.SqlInt16" /> operands.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property contains the sum of the two <see cref="T:System.Data.SqlTypes.SqlInt16" /> operands.</returns>
// Token: 0x060009FB RID: 2555 RVA: 0x00005EAC File Offset: 0x000040AC
[Token(Token = "0x60009FB")]
[Address(RVA = "0xBD1840", Offset = "0xBD0840", VA = "0x180BD1840")]
public static SqlInt16 operator +(SqlInt16 x, SqlInt16 y)
{
return default(SqlInt16);
}
/// <summary>Subtracts the second <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter from the first.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property contains the results of the subtraction.</returns>
// Token: 0x060009FC RID: 2556 RVA: 0x00005EC4 File Offset: 0x000040C4
[Token(Token = "0x60009FC")]
[Address(RVA = "0xBD1F30", Offset = "0xBD0F30", VA = "0x180BD1F30")]
public static SqlInt16 operator -(SqlInt16 x, SqlInt16 y)
{
return default(SqlInt16);
}
/// <summary>Computes the product of the two <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameters.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> contains the product of the two parameters.</returns>
// Token: 0x060009FD RID: 2557 RVA: 0x00005EDC File Offset: 0x000040DC
[Token(Token = "0x60009FD")]
[Address(RVA = "0xBD1DF0", Offset = "0xBD0DF0", VA = "0x180BD1DF0")]
public static SqlInt16 operator *(SqlInt16 x, SqlInt16 y)
{
return default(SqlInt16);
}
/// <summary>Divides the first <see cref="T:System.Data.SqlTypes.SqlInt16" /> operand by the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt16" /> whose <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property contains the results of the division.</returns>
// Token: 0x060009FE RID: 2558 RVA: 0x00005EF4 File Offset: 0x000040F4
[Token(Token = "0x60009FE")]
[Address(RVA = "0xBD1930", Offset = "0xBD0930", VA = "0x180BD1930")]
public static SqlInt16 operator /(SqlInt16 x, SqlInt16 y)
{
return default(SqlInt16);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlByte" /> structure to <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property is equal to the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter.</returns>
// Token: 0x060009FF RID: 2559 RVA: 0x00005F0C File Offset: 0x0000410C
[Token(Token = "0x60009FF")]
[Address(RVA = "0xBD1C90", Offset = "0xBD0C90", VA = "0x180BD1C90")]
public static implicit operator SqlInt16(SqlByte x)
{
return default(SqlInt16);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property is equal to the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter.</returns>
// Token: 0x06000A00 RID: 2560 RVA: 0x00005F24 File Offset: 0x00004124
[Token(Token = "0x6000A00")]
[Address(RVA = "0xBD1B00", Offset = "0xBD0B00", VA = "0x180BD1B00")]
public static explicit operator SqlInt16(SqlInt64 x)
{
return default(SqlInt16);
}
/// <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlInt16" /> structures to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A01 RID: 2561 RVA: 0x00005F3C File Offset: 0x0000413C
[Token(Token = "0x6000A01")]
[Address(RVA = "0xBD1A60", Offset = "0xBD0A60", VA = "0x180BD1A60")]
public static SqlBoolean operator ==(SqlInt16 x, SqlInt16 y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlInt16" /> to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A02 RID: 2562 RVA: 0x00005F54 File Offset: 0x00004154
[Token(Token = "0x6000A02")]
[Address(RVA = "0xBD1D50", Offset = "0xBD0D50", VA = "0x180BD1D50")]
public static SqlBoolean operator <(SqlInt16 x, SqlInt16 y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlInt16" /> to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A03 RID: 2563 RVA: 0x00005F6C File Offset: 0x0000416C
[Token(Token = "0x6000A03")]
[Address(RVA = "0xBD1BF0", Offset = "0xBD0BF0", VA = "0x180BD1BF0")]
public static SqlBoolean operator >(SqlInt16 x, SqlInt16 y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlInt16" /> to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A04 RID: 2564 RVA: 0x00005F84 File Offset: 0x00004184
[Token(Token = "0x6000A04")]
[Address(RVA = "0xBD1230", Offset = "0xBD0230", VA = "0x180BD1230")]
public static SqlBoolean LessThan(SqlInt16 x, SqlInt16 y)
{
return default(SqlBoolean);
}
/// <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlInt16" /> to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A05 RID: 2565 RVA: 0x00005F9C File Offset: 0x0000419C
[Token(Token = "0x6000A05")]
[Address(RVA = "0xBD11D0", Offset = "0xBD01D0", VA = "0x180BD11D0")]
public static SqlBoolean GreaterThan(SqlInt16 x, SqlInt16 y)
{
return default(SqlBoolean);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure whose <see langword="Value" /> equals the value of this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</returns>
// Token: 0x06000A06 RID: 2566 RVA: 0x00005FB4 File Offset: 0x000041B4
[Token(Token = "0x6000A06")]
[Address(RVA = "0xBD1470", Offset = "0xBD0470", VA = "0x180BD1470")]
public SqlDouble ToSqlDouble()
{
return default(SqlDouble);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to <see cref="T:System.Data.SqlTypes.SqlInt64" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see langword="Value" /> equals the value of this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</returns>
// Token: 0x06000A07 RID: 2567 RVA: 0x00005FCC File Offset: 0x000041CC
[Token(Token = "0x6000A07")]
[Address(RVA = "0xBD15B0", Offset = "0xBD05B0", VA = "0x180BD15B0")]
public SqlInt64 ToSqlInt64()
{
return default(SqlInt64);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt16" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000A08 RID: 2568 RVA: 0x00005FE4 File Offset: 0x000041E4
[Token(Token = "0x6000A08")]
[Address(RVA = "0xBD0E50", Offset = "0xBCFE50", VA = "0x180BD0E50", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt16" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlInt16" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000A09 RID: 2569 RVA: 0x00005FFC File Offset: 0x000041FC
[Token(Token = "0x6000A09")]
[Address(RVA = "0xBD0D10", Offset = "0xBCFD10", VA = "0x180BD0D10")]
public int CompareTo(SqlInt16 value)
{
return 0;
}
/// <summary>Compares the specified object to the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if object is an instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> and the two are equal; otherwise <see langword="false" />.</returns>
// Token: 0x06000A0A RID: 2570 RVA: 0x00006014 File Offset: 0x00004214
[Token(Token = "0x6000A0A")]
[Address(RVA = "0xBD0F50", Offset = "0xBCFF50", VA = "0x180BD0F50", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Returns the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000A0B RID: 2571 RVA: 0x0000602C File Offset: 0x0000422C
[Token(Token = "0x6000A0B")]
[Address(RVA = "0xBD10E0", Offset = "0xBD00E0", VA = "0x180BD10E0", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An XML schema consumed by .NET Framework.</returns>
// Token: 0x06000A0C RID: 2572 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A0C")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000A0D RID: 2573 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A0D")]
[Address(RVA = "0xBD1290", Offset = "0xBD0290", VA = "0x180BD1290", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000A0E RID: 2574 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A0E")]
[Address(RVA = "0xBD13A0", Offset = "0xBD03A0", VA = "0x180BD13A0", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">An <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see cref="T:System.String" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000A0F RID: 2575 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A0F")]
[Address(RVA = "0xBD1170", Offset = "0xBD0170", VA = "0x180BD1170")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x040003C5 RID: 965
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40003C5")]
private bool m_fNotNull;
// Token: 0x040003C6 RID: 966
[FieldOffset(Offset = "0x2")]
[Token(Token = "0x40003C6")]
private short m_value;
// Token: 0x040003C7 RID: 967
[Token(Token = "0x40003C7")]
private static readonly int s_MASKI2;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</summary>
// Token: 0x040003C8 RID: 968
[Token(Token = "0x40003C8")]
public static readonly SqlInt16 Null;
/// <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</summary>
// Token: 0x040003C9 RID: 969
[Token(Token = "0x40003C9")]
public static readonly SqlInt16 Zero;
/// <summary>A constant representing the smallest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
// Token: 0x040003CA RID: 970
[Token(Token = "0x40003CA")]
public static readonly SqlInt16 MinValue;
/// <summary>A constant representing the largest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
// Token: 0x040003CB RID: 971
[Token(Token = "0x40003CB")]
public static readonly SqlInt16 MaxValue;
}
}
+427
View File
@@ -0,0 +1,427 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a 32-bit signed integer to be stored in or retrieved from a database.</summary>
// Token: 0x020000AA RID: 170
[Token(Token = "0x20000AA")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlInt32 : INullable, IComparable, IXmlSerializable
{
// Token: 0x06000A11 RID: 2577 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A11")]
[Address(RVA = "0xBD2BB0", Offset = "0xBD1BB0", VA = "0x180BD2BB0")]
private SqlInt32(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure using the supplied integer value.</summary>
/// <param name="value">The integer to be converted.</param>
// Token: 0x06000A12 RID: 2578 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A12")]
[Address(RVA = "0xBD2BC0", Offset = "0xBD1BC0", VA = "0x180BD2BC0")]
public SqlInt32(int value)
{
}
/// <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure is null.</summary>
/// <returns>This property is <see langword="true" /> if <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> is null. Otherwise, <see langword="false" />.</returns>
// Token: 0x1700018D RID: 397
// (get) Token: 0x06000A13 RID: 2579 RVA: 0x00006044 File Offset: 0x00004244
[Token(Token = "0x1700018D")]
public bool IsNull
{
[Token(Token = "0x6000A13")]
[Address(RVA = "0x8BD410", Offset = "0x8BC410", VA = "0x1808BD410", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure. This property is read-only.</summary>
/// <returns>An integer representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</returns>
/// <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property contains <see cref="F:System.Data.SqlTypes.SqlInt32.Null" />.</exception>
// Token: 0x1700018E RID: 398
// (get) Token: 0x06000A14 RID: 2580 RVA: 0x0000605C File Offset: 0x0000425C
[Token(Token = "0x1700018E")]
public int Value
{
[Token(Token = "0x6000A14")]
[Address(RVA = "0xBD2BD0", Offset = "0xBD1BD0", VA = "0x180BD2BD0")]
get
{
return 0;
}
}
/// <summary>Converts the supplied integer to <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
/// <param name="x">An integer value.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure whose Value property is equal to the integer parameter.</returns>
// Token: 0x06000A15 RID: 2581 RVA: 0x00006074 File Offset: 0x00004274
[Token(Token = "0x6000A15")]
[Address(RVA = "0xBD3270", Offset = "0xBD2270", VA = "0x180BD3270")]
public static implicit operator SqlInt32(int x)
{
return default(SqlInt32);
}
/// <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to a <see cref="T:System.String" />.</summary>
/// <returns>A <see cref="T:System.String" /> structure equal to the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" />.</returns>
// Token: 0x06000A16 RID: 2582 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A16")]
[Address(RVA = "0xBD2AB0", Offset = "0xBD1AB0", VA = "0x180BD2AB0", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>Negates the <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> operand.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure that contains the negated value.</returns>
// Token: 0x06000A17 RID: 2583 RVA: 0x0000608C File Offset: 0x0000428C
[Token(Token = "0x6000A17")]
[Address(RVA = "0xBD35E0", Offset = "0xBD25E0", VA = "0x180BD35E0")]
public static SqlInt32 operator -(SqlInt32 x)
{
return default(SqlInt32);
}
/// <summary>Computes the sum of the two specified <see cref="T:System.Data.SqlTypes.SqlInt32" /> structures.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property contains the sum of the specified <see cref="T:System.Data.SqlTypes.SqlInt32" /> structures.</returns>
// Token: 0x06000A18 RID: 2584 RVA: 0x000060A4 File Offset: 0x000042A4
[Token(Token = "0x6000A18")]
[Address(RVA = "0xBD2C30", Offset = "0xBD1C30", VA = "0x180BD2C30")]
public static SqlInt32 operator +(SqlInt32 x, SqlInt32 y)
{
return default(SqlInt32);
}
/// <summary>Subtracts the second <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter from the first.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property contains the results of the subtraction.</returns>
// Token: 0x06000A19 RID: 2585 RVA: 0x000060BC File Offset: 0x000042BC
[Token(Token = "0x6000A19")]
[Address(RVA = "0xBD3490", Offset = "0xBD2490", VA = "0x180BD3490")]
public static SqlInt32 operator -(SqlInt32 x, SqlInt32 y)
{
return default(SqlInt32);
}
/// <summary>Computes the product of the two <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameters.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> contains the product of the two parameters.</returns>
// Token: 0x06000A1A RID: 2586 RVA: 0x000060D4 File Offset: 0x000042D4
[Token(Token = "0x6000A1A")]
[Address(RVA = "0xBD3340", Offset = "0xBD2340", VA = "0x180BD3340")]
public static SqlInt32 operator *(SqlInt32 x, SqlInt32 y)
{
return default(SqlInt32);
}
/// <summary>Divides the first <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter from the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt32" /> whose <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property contains the results of the division.</returns>
// Token: 0x06000A1B RID: 2587 RVA: 0x000060EC File Offset: 0x000042EC
[Token(Token = "0x6000A1B")]
[Address(RVA = "0xBD2D80", Offset = "0xBD1D80", VA = "0x180BD2D80")]
public static SqlInt32 operator /(SqlInt32 x, SqlInt32 y)
{
return default(SqlInt32);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlByte" /> property to <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter.</returns>
// Token: 0x06000A1C RID: 2588 RVA: 0x00006104 File Offset: 0x00004304
[Token(Token = "0x6000A1C")]
[Address(RVA = "0xBD3130", Offset = "0xBD2130", VA = "0x180BD3130")]
public static implicit operator SqlInt32(SqlByte x)
{
return default(SqlInt32);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> to <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter.</returns>
// Token: 0x06000A1D RID: 2589 RVA: 0x0000611C File Offset: 0x0000431C
[Token(Token = "0x6000A1D")]
[Address(RVA = "0xBD31D0", Offset = "0xBD21D0", VA = "0x180BD31D0")]
public static implicit operator SqlInt32(SqlInt16 x)
{
return default(SqlInt32);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt64" /> to <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property of the <see langword="SqlInt64" /> parameter.</returns>
// Token: 0x06000A1E RID: 2590 RVA: 0x00006134 File Offset: 0x00004334
[Token(Token = "0x6000A1E")]
[Address(RVA = "0xBD2F90", Offset = "0xBD1F90", VA = "0x180BD2F90")]
public static explicit operator SqlInt32(SqlInt64 x)
{
return default(SqlInt32);
}
// Token: 0x06000A1F RID: 2591 RVA: 0x0000614C File Offset: 0x0000434C
[Token(Token = "0x6000A1F")]
[Address(RVA = "0xBD2660", Offset = "0xBD1660", VA = "0x180BD2660")]
private static bool SameSignInt(int x, int y)
{
return default(bool);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameters to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt32" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A20 RID: 2592 RVA: 0x00006164 File Offset: 0x00004364
[Token(Token = "0x6000A20")]
[Address(RVA = "0xBD2EE0", Offset = "0xBD1EE0", VA = "0x180BD2EE0")]
public static SqlBoolean operator ==(SqlInt32 x, SqlInt32 y)
{
return default(SqlBoolean);
}
/// <summary>Compares the two <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameters to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt32" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A21 RID: 2593 RVA: 0x0000617C File Offset: 0x0000437C
[Token(Token = "0x6000A21")]
[Address(RVA = "0xBD3290", Offset = "0xBD2290", VA = "0x180BD3290")]
public static SqlBoolean operator <(SqlInt32 x, SqlInt32 y)
{
return default(SqlBoolean);
}
/// <summary>Compares the two <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameters to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt32" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A22 RID: 2594 RVA: 0x00006194 File Offset: 0x00004394
[Token(Token = "0x6000A22")]
[Address(RVA = "0xBD3080", Offset = "0xBD2080", VA = "0x180BD3080")]
public static SqlBoolean operator >(SqlInt32 x, SqlInt32 y)
{
return default(SqlBoolean);
}
/// <summary>Compares the two <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameters to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt32" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A23 RID: 2595 RVA: 0x000061AC File Offset: 0x000043AC
[Token(Token = "0x6000A23")]
[Address(RVA = "0xBD25F0", Offset = "0xBD15F0", VA = "0x180BD25F0")]
public static SqlBoolean LessThan(SqlInt32 x, SqlInt32 y)
{
return default(SqlBoolean);
}
/// <summary>Compares the two <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameters to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt32" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A24 RID: 2596 RVA: 0x000061C4 File Offset: 0x000043C4
[Token(Token = "0x6000A24")]
[Address(RVA = "0xBD2580", Offset = "0xBD1580", VA = "0x180BD2580")]
public static SqlBoolean GreaterThan(SqlInt32 x, SqlInt32 y)
{
return default(SqlBoolean);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure equal to the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" />.</returns>
// Token: 0x06000A25 RID: 2597 RVA: 0x000061DC File Offset: 0x000043DC
[Token(Token = "0x6000A25")]
[Address(RVA = "0xBD2860", Offset = "0xBD1860", VA = "0x180BD2860")]
public SqlDouble ToSqlDouble()
{
return default(SqlDouble);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to <see cref="T:System.Data.SqlTypes.SqlInt64" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure equal to the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" />.</returns>
// Token: 0x06000A26 RID: 2598 RVA: 0x000061F4 File Offset: 0x000043F4
[Token(Token = "0x6000A26")]
[Address(RVA = "0xBD2970", Offset = "0xBD1970", VA = "0x180BD2970")]
public SqlInt64 ToSqlInt64()
{
return default(SqlInt64);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt32" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
// Token: 0x06000A27 RID: 2599 RVA: 0x0000620C File Offset: 0x0000440C
[Token(Token = "0x6000A27")]
[Address(RVA = "0xBD20B0", Offset = "0xBD10B0", VA = "0x180BD20B0", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt32" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlInt32" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlInt32" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000A28 RID: 2600 RVA: 0x00006224 File Offset: 0x00004424
[Token(Token = "0x6000A28")]
[Address(RVA = "0xBD21B0", Offset = "0xBD11B0", VA = "0x180BD21B0")]
public int CompareTo(SqlInt32 value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if object is an instance of <see cref="T:System.Data.SqlTypes.SqlInt32" /> and the two are equal; otherwise <see langword="false" />.</returns>
// Token: 0x06000A29 RID: 2601 RVA: 0x0000623C File Offset: 0x0000443C
[Token(Token = "0x6000A29")]
[Address(RVA = "0xBD2300", Offset = "0xBD1300", VA = "0x180BD2300", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Returns the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000A2A RID: 2602 RVA: 0x00006254 File Offset: 0x00004454
[Token(Token = "0x6000A2A")]
[Address(RVA = "0xBD2490", Offset = "0xBD1490", VA = "0x180BD2490", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x06000A2B RID: 2603 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A2B")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000A2C RID: 2604 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A2C")]
[Address(RVA = "0xBD2680", Offset = "0xBD1680", VA = "0x180BD2680", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000A2D RID: 2605 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A2D")]
[Address(RVA = "0xBD2790", Offset = "0xBD1790", VA = "0x180BD2790", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">An <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000A2E RID: 2606 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A2E")]
[Address(RVA = "0xBD2520", Offset = "0xBD1520", VA = "0x180BD2520")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x040003CC RID: 972
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40003CC")]
private bool m_fNotNull;
// Token: 0x040003CD RID: 973
[FieldOffset(Offset = "0x4")]
[Token(Token = "0x40003CD")]
private int m_value;
// Token: 0x040003CE RID: 974
[Token(Token = "0x40003CE")]
private static readonly long s_iIntMin;
// Token: 0x040003CF RID: 975
[Token(Token = "0x40003CF")]
private static readonly long s_lBitNotIntMax;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> class.</summary>
// Token: 0x040003D0 RID: 976
[Token(Token = "0x40003D0")]
public static readonly SqlInt32 Null;
/// <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</summary>
// Token: 0x040003D1 RID: 977
[Token(Token = "0x40003D1")]
public static readonly SqlInt32 Zero;
/// <summary>A constant representing the smallest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
// Token: 0x040003D2 RID: 978
[Token(Token = "0x40003D2")]
public static readonly SqlInt32 MinValue;
/// <summary>A constant representing the largest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
// Token: 0x040003D3 RID: 979
[Token(Token = "0x40003D3")]
public static readonly SqlInt32 MaxValue;
}
}
+480
View File
@@ -0,0 +1,480 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a 64-bit signed integer to be stored in or retrieved from a database.</summary>
// Token: 0x020000AB RID: 171
[Token(Token = "0x20000AB")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlInt64 : INullable, IComparable, IXmlSerializable
{
// Token: 0x06000A30 RID: 2608 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A30")]
[Address(RVA = "0xBCEFE0", Offset = "0xBCDFE0", VA = "0x180BCEFE0")]
private SqlInt64(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure using the supplied long integer.</summary>
/// <param name="value">A long integer.</param>
// Token: 0x06000A31 RID: 2609 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A31")]
[Address(RVA = "0xBD46D0", Offset = "0xBD36D0", VA = "0x180BD46D0")]
public SqlInt64(long value)
{
}
/// <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
// Token: 0x1700018F RID: 399
// (get) Token: 0x06000A32 RID: 2610 RVA: 0x0000626C File Offset: 0x0000446C
[Token(Token = "0x1700018F")]
public bool IsNull
{
[Token(Token = "0x6000A32")]
[Address(RVA = "0x8BD410", Offset = "0x8BC410", VA = "0x1808BD410", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure. This property is read-only.</summary>
/// <returns>A long integer representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</returns>
// Token: 0x17000190 RID: 400
// (get) Token: 0x06000A33 RID: 2611 RVA: 0x00006284 File Offset: 0x00004484
[Token(Token = "0x17000190")]
public long Value
{
[Token(Token = "0x6000A33")]
[Address(RVA = "0xBD46E0", Offset = "0xBD36E0", VA = "0x180BD46E0")]
get
{
return 0L;
}
}
/// <summary>Converts the long parameter to <see cref="T:System.Data.SqlTypes.SqlInt64" />.</summary>
/// <param name="x">A long integer value.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> equals the value of the long parameter.</returns>
// Token: 0x06000A34 RID: 2612 RVA: 0x0000629C File Offset: 0x0000449C
[Token(Token = "0x6000A34")]
[Address(RVA = "0xBD5060", Offset = "0xBD4060", VA = "0x180BD5060")]
public static implicit operator SqlInt64(long x)
{
return default(SqlInt64);
}
/// <summary>Converts this instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> to <see cref="T:System.String" />.</summary>
/// <returns>A <see cref="T:System.String" /> representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" />.</returns>
// Token: 0x06000A35 RID: 2613 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A35")]
[Address(RVA = "0xBD45A0", Offset = "0xBD35A0", VA = "0x180BD45A0", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>The unary minus operator negates the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> operand.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> is equal to the negated <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter.</returns>
// Token: 0x06000A36 RID: 2614 RVA: 0x000062B4 File Offset: 0x000044B4
[Token(Token = "0x6000A36")]
[Address(RVA = "0xBD5710", Offset = "0xBD4710", VA = "0x180BD5710")]
public static SqlInt64 operator -(SqlInt64 x)
{
return default(SqlInt64);
}
/// <summary>Computes the sum of the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> is equal to the sum of the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters.</returns>
// Token: 0x06000A37 RID: 2615 RVA: 0x000062CC File Offset: 0x000044CC
[Token(Token = "0x6000A37")]
[Address(RVA = "0xBD4740", Offset = "0xBD3740", VA = "0x180BD4740")]
public static SqlInt64 operator +(SqlInt64 x, SqlInt64 y)
{
return default(SqlInt64);
}
/// <summary>Subtracts the second <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter from the first.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property equals the results of the subtraction operation.</returns>
// Token: 0x06000A38 RID: 2616 RVA: 0x000062E4 File Offset: 0x000044E4
[Token(Token = "0x6000A38")]
[Address(RVA = "0xBD5580", Offset = "0xBD4580", VA = "0x180BD5580")]
public static SqlInt64 operator -(SqlInt64 x, SqlInt64 y)
{
return default(SqlInt64);
}
/// <summary>Computes the product of the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> is equal to the product of the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters.</returns>
// Token: 0x06000A39 RID: 2617 RVA: 0x000062FC File Offset: 0x000044FC
[Token(Token = "0x6000A39")]
[Address(RVA = "0xBD52B0", Offset = "0xBD42B0", VA = "0x180BD52B0")]
public static SqlInt64 operator *(SqlInt64 x, SqlInt64 y)
{
return default(SqlInt64);
}
/// <summary>Divides the first <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter by the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property contains the results of the division operation.</returns>
// Token: 0x06000A3A RID: 2618 RVA: 0x00006314 File Offset: 0x00004514
[Token(Token = "0x6000A3A")]
[Address(RVA = "0xBD48D0", Offset = "0xBD38D0", VA = "0x180BD48D0")]
public static SqlInt64 operator /(SqlInt64 x, SqlInt64 y)
{
return default(SqlInt64);
}
/// <summary>Computes the remainder after dividing the first <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter by the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property contains the remainder.</returns>
// Token: 0x06000A3B RID: 2619 RVA: 0x0000632C File Offset: 0x0000452C
[Token(Token = "0x6000A3B")]
[Address(RVA = "0xBD5130", Offset = "0xBD4130", VA = "0x180BD5130")]
public static SqlInt64 operator %(SqlInt64 x, SqlInt64 y)
{
return default(SqlInt64);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter to <see cref="T:System.Data.SqlTypes.SqlInt64" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlByte" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter.</returns>
// Token: 0x06000A3C RID: 2620 RVA: 0x00006344 File Offset: 0x00004544
[Token(Token = "0x6000A3C")]
[Address(RVA = "0xBD4E30", Offset = "0xBD3E30", VA = "0x180BD4E30")]
public static implicit operator SqlInt64(SqlByte x)
{
return default(SqlInt64);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter to <see cref="T:System.Data.SqlTypes.SqlInt64" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter.</returns>
// Token: 0x06000A3D RID: 2621 RVA: 0x0000635C File Offset: 0x0000455C
[Token(Token = "0x6000A3D")]
[Address(RVA = "0xBD4FA0", Offset = "0xBD3FA0", VA = "0x180BD4FA0")]
public static implicit operator SqlInt64(SqlInt16 x)
{
return default(SqlInt64);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter to <see cref="T:System.Data.SqlTypes.SqlInt64" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter.</returns>
// Token: 0x06000A3E RID: 2622 RVA: 0x00006374 File Offset: 0x00004574
[Token(Token = "0x6000A3E")]
[Address(RVA = "0xBD4EE0", Offset = "0xBD3EE0", VA = "0x180BD4EE0")]
public static implicit operator SqlInt64(SqlInt32 x)
{
return default(SqlInt64);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameter to <see cref="T:System.Data.SqlTypes.SqlInt64" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure whose <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> is equal to the integer part of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameter.</returns>
// Token: 0x06000A3F RID: 2623 RVA: 0x0000638C File Offset: 0x0000458C
[Token(Token = "0x6000A3F")]
[Address(RVA = "0xBD4B10", Offset = "0xBD3B10", VA = "0x180BD4B10")]
public static explicit operator SqlInt64(SqlDecimal x)
{
return default(SqlInt64);
}
// Token: 0x06000A40 RID: 2624 RVA: 0x000063A4 File Offset: 0x000045A4
[Token(Token = "0x6000A40")]
[Address(RVA = "0xBD3E70", Offset = "0xBD2E70", VA = "0x180BD3E70")]
private static bool SameSignLong(long x, long y)
{
return default(bool);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A41 RID: 2625 RVA: 0x000063BC File Offset: 0x000045BC
[Token(Token = "0x6000A41")]
[Address(RVA = "0xBD4A50", Offset = "0xBD3A50", VA = "0x180BD4A50")]
public static SqlBoolean operator ==(SqlInt64 x, SqlInt64 y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison on the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A42 RID: 2626 RVA: 0x000063D4 File Offset: 0x000045D4
[Token(Token = "0x6000A42")]
[Address(RVA = "0xBD5070", Offset = "0xBD4070", VA = "0x180BD5070")]
public static SqlBoolean operator <(SqlInt64 x, SqlInt64 y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A43 RID: 2627 RVA: 0x000063EC File Offset: 0x000045EC
[Token(Token = "0x6000A43")]
[Address(RVA = "0xBD4D70", Offset = "0xBD3D70", VA = "0x180BD4D70")]
public static SqlBoolean operator >(SqlInt64 x, SqlInt64 y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison on the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A44 RID: 2628 RVA: 0x00006404 File Offset: 0x00004604
[Token(Token = "0x6000A44")]
[Address(RVA = "0xBD3D60", Offset = "0xBD2D60", VA = "0x180BD3D60")]
public static SqlBoolean LessThan(SqlInt64 x, SqlInt64 y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A45 RID: 2629 RVA: 0x0000641C File Offset: 0x0000461C
[Token(Token = "0x6000A45")]
[Address(RVA = "0xBD3C50", Offset = "0xBD2C50", VA = "0x180BD3C50")]
public static SqlBoolean GreaterThan(SqlInt64 x, SqlInt64 y)
{
return default(SqlBoolean);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to <see cref="T:System.Data.SqlTypes.SqlByte" />.</summary>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure whose <see langword="Value" /> equals the <see langword="Value" /> of this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</returns>
// Token: 0x06000A46 RID: 2630 RVA: 0x00006434 File Offset: 0x00004634
[Token(Token = "0x6000A46")]
[Address(RVA = "0xBD4070", Offset = "0xBD3070", VA = "0x180BD4070")]
public SqlByte ToSqlByte()
{
return default(SqlByte);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> equal to the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" />.</returns>
// Token: 0x06000A47 RID: 2631 RVA: 0x0000644C File Offset: 0x0000464C
[Token(Token = "0x6000A47")]
[Address(RVA = "0xBD4200", Offset = "0xBD3200", VA = "0x180BD4200")]
public SqlDouble ToSqlDouble()
{
return default(SqlDouble);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt16" /> equal to the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" />.</returns>
// Token: 0x06000A48 RID: 2632 RVA: 0x00006464 File Offset: 0x00004664
[Token(Token = "0x6000A48")]
[Address(RVA = "0xBD4320", Offset = "0xBD3320", VA = "0x180BD4320")]
public SqlInt16 ToSqlInt16()
{
return default(SqlInt16);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlInt64" /> equal to the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" />.</returns>
// Token: 0x06000A49 RID: 2633 RVA: 0x0000647C File Offset: 0x0000467C
[Token(Token = "0x6000A49")]
[Address(RVA = "0xBD4460", Offset = "0xBD3460", VA = "0x180BD4460")]
public SqlInt32 ToSqlInt32()
{
return default(SqlInt32);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> equal to the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" />.</returns>
// Token: 0x06000A4A RID: 2634 RVA: 0x00006494 File Offset: 0x00004694
[Token(Token = "0x6000A4A")]
[Address(RVA = "0xBD40E0", Offset = "0xBD30E0", VA = "0x180BD40E0")]
public SqlDecimal ToSqlDecimal()
{
return default(SqlDecimal);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt64" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
// Token: 0x06000A4B RID: 2635 RVA: 0x000064AC File Offset: 0x000046AC
[Token(Token = "0x6000A4B")]
[Address(RVA = "0xBD3670", Offset = "0xBD2670", VA = "0x180BD3670", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt64" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlInt64" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlInt64" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
// Token: 0x06000A4C RID: 2636 RVA: 0x000064C4 File Offset: 0x000046C4
[Token(Token = "0x6000A4C")]
[Address(RVA = "0xBD3780", Offset = "0xBD2780", VA = "0x180BD3780")]
public int CompareTo(SqlInt64 value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if object is an instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> and the two are equal; otherwise <see langword="false" />.</returns>
// Token: 0x06000A4D RID: 2637 RVA: 0x000064DC File Offset: 0x000046DC
[Token(Token = "0x6000A4D")]
[Address(RVA = "0xBD39D0", Offset = "0xBD29D0", VA = "0x180BD39D0", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Returns the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000A4E RID: 2638 RVA: 0x000064F4 File Offset: 0x000046F4
[Token(Token = "0x6000A4E")]
[Address(RVA = "0xBD3B60", Offset = "0xBD2B60", VA = "0x180BD3B60", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x06000A4F RID: 2639 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A4F")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000A50 RID: 2640 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A50")]
[Address(RVA = "0xBD3E90", Offset = "0xBD2E90", VA = "0x180BD3E90", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000A51 RID: 2641 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A51")]
[Address(RVA = "0xBD3FA0", Offset = "0xBD2FA0", VA = "0x180BD3FA0", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">An <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000A52 RID: 2642 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A52")]
[Address(RVA = "0xBD3BF0", Offset = "0xBD2BF0", VA = "0x180BD3BF0")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x040003D4 RID: 980
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40003D4")]
private bool m_fNotNull;
// Token: 0x040003D5 RID: 981
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x40003D5")]
private long m_value;
// Token: 0x040003D6 RID: 982
[Token(Token = "0x40003D6")]
private static readonly long s_lLowIntMask;
// Token: 0x040003D7 RID: 983
[Token(Token = "0x40003D7")]
private static readonly long s_lHighIntMask;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
// Token: 0x040003D8 RID: 984
[Token(Token = "0x40003D8")]
public static readonly SqlInt64 Null;
/// <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
// Token: 0x040003D9 RID: 985
[Token(Token = "0x40003D9")]
public static readonly SqlInt64 Zero;
/// <summary>A constant representing the smallest possible value for a <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
// Token: 0x040003DA RID: 986
[Token(Token = "0x40003DA")]
public static readonly SqlInt64 MinValue;
/// <summary>A constant representing the largest possible value for a <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
// Token: 0x040003DB RID: 987
[Token(Token = "0x40003DB")]
public static readonly SqlInt64 MaxValue;
}
}
+510
View File
@@ -0,0 +1,510 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a currency value ranging from -2 63 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy to a ten-thousandth of currency unit to be stored in or retrieved from a database.</summary>
// Token: 0x020000AC RID: 172
[Token(Token = "0x20000AC")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlMoney : INullable, IComparable, IXmlSerializable
{
// Token: 0x06000A54 RID: 2644 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A54")]
[Address(RVA = "0xBCEFE0", Offset = "0xBCDFE0", VA = "0x180BCEFE0")]
private SqlMoney(bool fNull)
{
}
// Token: 0x06000A55 RID: 2645 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A55")]
[Address(RVA = "0xBD46D0", Offset = "0xBD36D0", VA = "0x180BD46D0")]
internal SqlMoney(long value, int ignored)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class with the specified integer value.</summary>
/// <param name="value">The monetary value to initialize.</param>
// Token: 0x06000A56 RID: 2646 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A56")]
[Address(RVA = "0xBD68C0", Offset = "0xBD58C0", VA = "0x180BD68C0")]
public SqlMoney(int value)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class with the specified long integer value.</summary>
/// <param name="value">The monetary value to initialize.</param>
// Token: 0x06000A57 RID: 2647 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A57")]
[Address(RVA = "0xBD6940", Offset = "0xBD5940", VA = "0x180BD6940")]
public SqlMoney(long value)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class with the specified <see cref="T:System.Decimal" /> value.</summary>
/// <param name="value">The monetary value to initialize.</param>
// Token: 0x06000A58 RID: 2648 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A58")]
[Address(RVA = "0xBD6A40", Offset = "0xBD5A40", VA = "0x180BD6A40")]
public SqlMoney(decimal value)
{
}
/// <summary>Returns a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
// Token: 0x17000191 RID: 401
// (get) Token: 0x06000A59 RID: 2649 RVA: 0x0000650C File Offset: 0x0000470C
[Token(Token = "0x17000191")]
public bool IsNull
{
[Token(Token = "0x6000A59")]
[Address(RVA = "0x8BD410", Offset = "0x8BC410", VA = "0x1808BD410", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the monetary value of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure. This property is read-only.</summary>
/// <returns>The monetary value of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</returns>
/// <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property is set to null.</exception>
// Token: 0x17000192 RID: 402
// (get) Token: 0x06000A5A RID: 2650 RVA: 0x00006524 File Offset: 0x00004724
[Token(Token = "0x17000192")]
public decimal Value
{
[Token(Token = "0x6000A5A")]
[Address(RVA = "0xBD6BE0", Offset = "0xBD5BE0", VA = "0x180BD6BE0")]
get
{
return 0m;
}
}
/// <summary>Converts the Value of this instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> as a <see cref="T:System.Decimal" /> structure.</summary>
/// <returns>A <see cref="T:System.Decimal" /> structure whose value equals the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of this <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</returns>
// Token: 0x06000A5B RID: 2651 RVA: 0x0000653C File Offset: 0x0000473C
[Token(Token = "0x6000A5B")]
[Address(RVA = "0xBD6190", Offset = "0xBD5190", VA = "0x180BD6190")]
public decimal ToDecimal()
{
return 0m;
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure to a <see cref="T:System.Double" />.</summary>
/// <returns>A double with a value equal to this <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</returns>
// Token: 0x06000A5C RID: 2652 RVA: 0x00006554 File Offset: 0x00004754
[Token(Token = "0x6000A5C")]
[Address(RVA = "0xBD6280", Offset = "0xBD5280", VA = "0x180BD6280")]
public double ToDouble()
{
return 0.0;
}
/// <summary>Converts the <see cref="T:System.Decimal" /> parameter to <see cref="T:System.Data.SqlTypes.SqlMoney" />.</summary>
/// <param name="x">The <see cref="T:System.Decimal" /> value to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> equals the value of the <see cref="T:System.Decimal" /> parameter.</returns>
// Token: 0x06000A5D RID: 2653 RVA: 0x0000656C File Offset: 0x0000476C
[Token(Token = "0x6000A5D")]
[Address(RVA = "0xBD7600", Offset = "0xBD6600", VA = "0x180BD7600")]
public static implicit operator SqlMoney(decimal x)
{
return default(SqlMoney);
}
/// <summary>This implicit operator converts the supplied <see cref="T:System.Int64" /> parameter to <see cref="T:System.Data.SqlTypes.SqlMoney" />.</summary>
/// <param name="x">The <see cref="T:System.Int64" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property is equal to the value of the <see cref="T:System.Int64" /> parameter.</returns>
// Token: 0x06000A5E RID: 2654 RVA: 0x00006584 File Offset: 0x00004784
[Token(Token = "0x6000A5E")]
[Address(RVA = "0xBD73C0", Offset = "0xBD63C0", VA = "0x180BD73C0")]
public static implicit operator SqlMoney(long x)
{
return default(SqlMoney);
}
/// <summary>Converts this instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> to string.</summary>
/// <returns>A string whose value is the string representation of the value of this <see cref="T:System.Data.SqlTypes.SqlMoney" />.</returns>
// Token: 0x06000A5F RID: 2655 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A5F")]
[Address(RVA = "0xBD66B0", Offset = "0xBD56B0", VA = "0x180BD66B0", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>The unary minus operator negates the <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameter.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure to be negated.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> contains the results of the negation.</returns>
// Token: 0x06000A60 RID: 2656 RVA: 0x0000659C File Offset: 0x0000479C
[Token(Token = "0x6000A60")]
[Address(RVA = "0xBD7990", Offset = "0xBD6990", VA = "0x180BD7990")]
public static SqlMoney operator -(SqlMoney x)
{
return default(SqlMoney);
}
/// <summary>Calculates the sum of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> stucture whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> contains the sum of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters.</returns>
// Token: 0x06000A61 RID: 2657 RVA: 0x000065B4 File Offset: 0x000047B4
[Token(Token = "0x6000A61")]
[Address(RVA = "0xBD6C60", Offset = "0xBD5C60", VA = "0x180BD6C60")]
public static SqlMoney operator +(SqlMoney x, SqlMoney y)
{
return default(SqlMoney);
}
/// <summary>The subtraction operator subtracts the second <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameter from the first.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure that contains the results of the subtraction.</returns>
// Token: 0x06000A62 RID: 2658 RVA: 0x000065CC File Offset: 0x000047CC
[Token(Token = "0x6000A62")]
[Address(RVA = "0xBD7830", Offset = "0xBD6830", VA = "0x180BD7830")]
public static SqlMoney operator -(SqlMoney x, SqlMoney y)
{
return default(SqlMoney);
}
/// <summary>The multiplicaion operator calculates the product of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> contains the product of the multiplication.</returns>
// Token: 0x06000A63 RID: 2659 RVA: 0x000065E4 File Offset: 0x000047E4
[Token(Token = "0x6000A63")]
[Address(RVA = "0xBD76F0", Offset = "0xBD66F0", VA = "0x180BD76F0")]
public static SqlMoney operator *(SqlMoney x, SqlMoney y)
{
return default(SqlMoney);
}
/// <summary>The division operator divides the first <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameter by the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> contains the results of the division.</returns>
// Token: 0x06000A64 RID: 2660 RVA: 0x000065FC File Offset: 0x000047FC
[Token(Token = "0x6000A64")]
[Address(RVA = "0xBD6DC0", Offset = "0xBD5DC0", VA = "0x180BD6DC0")]
public static SqlMoney operator /(SqlMoney x, SqlMoney y)
{
return default(SqlMoney);
}
/// <summary>This implicit operator converts the supplied <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter to <see cref="T:System.Data.SqlTypes.SqlMoney" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlByte" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property is equal to the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter.</returns>
// Token: 0x06000A65 RID: 2661 RVA: 0x00006614 File Offset: 0x00004814
[Token(Token = "0x6000A65")]
[Address(RVA = "0xBD7190", Offset = "0xBD6190", VA = "0x180BD7190")]
public static implicit operator SqlMoney(SqlByte x)
{
return default(SqlMoney);
}
/// <summary>This implicit operator converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter to <see cref="T:System.Data.SqlTypes.SqlMoney" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter.</returns>
// Token: 0x06000A66 RID: 2662 RVA: 0x0000662C File Offset: 0x0000482C
[Token(Token = "0x6000A66")]
[Address(RVA = "0xBD72A0", Offset = "0xBD62A0", VA = "0x180BD72A0")]
public static implicit operator SqlMoney(SqlInt16 x)
{
return default(SqlMoney);
}
/// <summary>This implicit operator converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter to <see cref="T:System.Data.SqlTypes.SqlMoney" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter.</returns>
// Token: 0x06000A67 RID: 2663 RVA: 0x00006644 File Offset: 0x00004844
[Token(Token = "0x6000A67")]
[Address(RVA = "0xBD7410", Offset = "0xBD6410", VA = "0x180BD7410")]
public static implicit operator SqlMoney(SqlInt32 x)
{
return default(SqlMoney);
}
/// <summary>This implicit operator converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter to <see cref="T:System.Data.SqlTypes.SqlMoney" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter.</returns>
// Token: 0x06000A68 RID: 2664 RVA: 0x0000665C File Offset: 0x0000485C
[Token(Token = "0x6000A68")]
[Address(RVA = "0xBD7530", Offset = "0xBD6530", VA = "0x180BD7530")]
public static implicit operator SqlMoney(SqlInt64 x)
{
return default(SqlMoney);
}
/// <summary>This operator converts the supplied <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameter to <see cref="T:System.Data.SqlTypes.SqlMoney" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameter.</returns>
// Token: 0x06000A69 RID: 2665 RVA: 0x00006674 File Offset: 0x00004874
[Token(Token = "0x6000A69")]
[Address(RVA = "0xBD6FC0", Offset = "0xBD5FC0", VA = "0x180BD6FC0")]
public static explicit operator SqlMoney(SqlDecimal x)
{
return default(SqlMoney);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A6A RID: 2666 RVA: 0x0000668C File Offset: 0x0000488C
[Token(Token = "0x6000A6A")]
[Address(RVA = "0xBD6F00", Offset = "0xBD5F00", VA = "0x180BD6F00")]
public static SqlBoolean operator ==(SqlMoney x, SqlMoney y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A6B RID: 2667 RVA: 0x000066A4 File Offset: 0x000048A4
[Token(Token = "0x6000A6B")]
[Address(RVA = "0xBD7630", Offset = "0xBD6630", VA = "0x180BD7630")]
public static SqlBoolean operator <(SqlMoney x, SqlMoney y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A6C RID: 2668 RVA: 0x000066BC File Offset: 0x000048BC
[Token(Token = "0x6000A6C")]
[Address(RVA = "0xBD70D0", Offset = "0xBD60D0", VA = "0x180BD70D0")]
public static SqlBoolean operator >(SqlMoney x, SqlMoney y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A6D RID: 2669 RVA: 0x000066D4 File Offset: 0x000048D4
[Token(Token = "0x6000A6D")]
[Address(RVA = "0xBD5E40", Offset = "0xBD4E40", VA = "0x180BD5E40")]
public static SqlBoolean LessThan(SqlMoney x, SqlMoney y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A6E RID: 2670 RVA: 0x000066EC File Offset: 0x000048EC
[Token(Token = "0x6000A6E")]
[Address(RVA = "0xBD5D30", Offset = "0xBD4D30", VA = "0x180BD5D30")]
public static SqlBoolean GreaterThan(SqlMoney x, SqlMoney y)
{
return default(SqlBoolean);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDouble" /> equal to the value of this <see cref="T:System.Data.SqlTypes.SqlMoney" />.</returns>
// Token: 0x06000A6F RID: 2671 RVA: 0x00006704 File Offset: 0x00004904
[Token(Token = "0x6000A6F")]
[Address(RVA = "0xBD64C0", Offset = "0xBD54C0", VA = "0x180BD64C0")]
public SqlDouble ToSqlDouble()
{
return default(SqlDouble);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure to <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</summary>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> equal to the value of this <see cref="T:System.Data.SqlTypes.SqlMoney" />.</returns>
// Token: 0x06000A70 RID: 2672 RVA: 0x0000671C File Offset: 0x0000491C
[Token(Token = "0x6000A70")]
[Address(RVA = "0xBD6300", Offset = "0xBD5300", VA = "0x180BD6300")]
public SqlDecimal ToSqlDecimal()
{
return default(SqlDecimal);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlMoney" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000A71 RID: 2673 RVA: 0x00006734 File Offset: 0x00004934
[Token(Token = "0x6000A71")]
[Address(RVA = "0xBD5A10", Offset = "0xBD4A10", VA = "0x180BD5A10", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlMoney" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlMoney" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlMoney" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000A72 RID: 2674 RVA: 0x0000674C File Offset: 0x0000494C
[Token(Token = "0x6000A72")]
[Address(RVA = "0xBD57C0", Offset = "0xBD47C0", VA = "0x180BD57C0")]
public int CompareTo(SqlMoney value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if the object is an instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> and the two are equal; otherwise, <see langword="false" />.</returns>
// Token: 0x06000A73 RID: 2675 RVA: 0x00006764 File Offset: 0x00004964
[Token(Token = "0x6000A73")]
[Address(RVA = "0xBD5B20", Offset = "0xBD4B20", VA = "0x180BD5B20", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Gets the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000A74 RID: 2676 RVA: 0x0000677C File Offset: 0x0000497C
[Token(Token = "0x6000A74")]
[Address(RVA = "0xBD5CB0", Offset = "0xBD4CB0", VA = "0x180BD5CB0", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x06000A75 RID: 2677 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A75")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000A76 RID: 2678 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A76")]
[Address(RVA = "0xBD5F50", Offset = "0xBD4F50", VA = "0x180BD5F50", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000A77 RID: 2679 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A77")]
[Address(RVA = "0xBD60A0", Offset = "0xBD50A0", VA = "0x180BD60A0", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">An <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000A78 RID: 2680 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A78")]
[Address(RVA = "0xBD5CD0", Offset = "0xBD4CD0", VA = "0x180BD5CD0")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x040003DC RID: 988
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40003DC")]
private bool _fNotNull;
// Token: 0x040003DD RID: 989
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x40003DD")]
private long _value;
// Token: 0x040003DE RID: 990
[Token(Token = "0x40003DE")]
internal static readonly int s_iMoneyScale;
// Token: 0x040003DF RID: 991
[Token(Token = "0x40003DF")]
private static readonly long s_lTickBase;
// Token: 0x040003E0 RID: 992
[Token(Token = "0x40003E0")]
private static readonly double s_dTickBase;
// Token: 0x040003E1 RID: 993
[Token(Token = "0x40003E1")]
private static readonly long s_minLong;
// Token: 0x040003E2 RID: 994
[Token(Token = "0x40003E2")]
private static readonly long s_maxLong;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
// Token: 0x040003E3 RID: 995
[Token(Token = "0x40003E3")]
public static readonly SqlMoney Null;
/// <summary>Represents the zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
// Token: 0x040003E4 RID: 996
[Token(Token = "0x40003E4")]
public static readonly SqlMoney Zero;
/// <summary>Represents the minimum value that can be assigned to <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
// Token: 0x040003E5 RID: 997
[Token(Token = "0x40003E5")]
public static readonly SqlMoney MinValue;
/// <summary>Represents the maximum value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
// Token: 0x040003E6 RID: 998
[Token(Token = "0x40003E6")]
public static readonly SqlMoney MaxValue;
}
}
@@ -0,0 +1,30 @@
using System;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>The exception that is thrown when the <see langword="Value" /> property of a <see cref="N:System.Data.SqlTypes" /> structure is set to null.</summary>
// Token: 0x020000B2 RID: 178
[Token(Token = "0x20000B2")]
[Serializable]
public sealed class SqlNullValueException : SqlTypeException
{
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlNullValueException" /> class with a system-supplied message that describes the error.</summary>
// Token: 0x06000ABC RID: 2748 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ABC")]
[Address(RVA = "0xBD7AD0", Offset = "0xBD6AD0", VA = "0x180BD7AD0")]
public SqlNullValueException()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlNullValueException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
/// <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
/// <param name="e">The exception that is the cause of the current exception. If the innerException parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
// Token: 0x06000ABD RID: 2749 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ABD")]
[Address(RVA = "0xBD7AB0", Offset = "0xBD6AB0", VA = "0x180BD7AB0")]
public SqlNullValueException(string message, Exception e)
{
}
}
}
+454
View File
@@ -0,0 +1,454 @@
using System;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a floating point number within the range of -3.40E +38 through 3.40E +38 to be stored in or retrieved from a database.</summary>
// Token: 0x020000AD RID: 173
[Token(Token = "0x20000AD")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlSingle : INullable, IComparable, IXmlSerializable
{
// Token: 0x06000A7A RID: 2682 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A7A")]
[Address(RVA = "0xBD2BB0", Offset = "0xBD1BB0", VA = "0x180BD2BB0")]
private SqlSingle(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</summary>
/// <param name="value">A floating point number which will be used as the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> of the new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
// Token: 0x06000A7B RID: 2683 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A7B")]
[Address(RVA = "0xBD8530", Offset = "0xBD7530", VA = "0x180BD8530")]
public SqlSingle(float value)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure using the supplied double parameter.</summary>
/// <param name="value">A double value which will be used as the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> of the new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
// Token: 0x06000A7C RID: 2684 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A7C")]
[Address(RVA = "0xBD85D0", Offset = "0xBD75D0", VA = "0x180BD85D0")]
public SqlSingle(double value)
{
}
/// <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
// Token: 0x17000193 RID: 403
// (get) Token: 0x06000A7D RID: 2685 RVA: 0x00006794 File Offset: 0x00004994
[Token(Token = "0x17000193")]
public bool IsNull
{
[Token(Token = "0x6000A7D")]
[Address(RVA = "0x8BD410", Offset = "0x8BC410", VA = "0x1808BD410", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the value of this <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure. This property is read-only.</summary>
/// <returns>A floating point value in the range -3.40E+38 through 3.40E+38.</returns>
// Token: 0x17000194 RID: 404
// (get) Token: 0x06000A7E RID: 2686 RVA: 0x000067AC File Offset: 0x000049AC
[Token(Token = "0x17000194")]
public float Value
{
[Token(Token = "0x6000A7E")]
[Address(RVA = "0xBD85E0", Offset = "0xBD75E0", VA = "0x180BD85E0")]
get
{
return 0f;
}
}
/// <summary>Converts the specified floating point value to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
/// <param name="x">The float value to be converted to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure that contains the value of the specified float.</returns>
// Token: 0x06000A7F RID: 2687 RVA: 0x000067C4 File Offset: 0x000049C4
[Token(Token = "0x6000A7F")]
[Address(RVA = "0xBD8EC0", Offset = "0xBD7EC0", VA = "0x180BD8EC0")]
public static implicit operator SqlSingle(float x)
{
return default(SqlSingle);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure to <see cref="T:System.String" />.</summary>
/// <returns>A <see langword="String" /> object representing the value of this <see cref="T:System.Data.SqlTypes.SqlSingle" />.</returns>
// Token: 0x06000A80 RID: 2688 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A80")]
[Address(RVA = "0xBD83F0", Offset = "0xBD73F0", VA = "0x180BD83F0", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>Negates the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> of the specified <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure that contains the negated value.</returns>
// Token: 0x06000A81 RID: 2689 RVA: 0x000067DC File Offset: 0x000049DC
[Token(Token = "0x6000A81")]
[Address(RVA = "0xBD95C0", Offset = "0xBD85C0", VA = "0x180BD95C0")]
public static SqlSingle operator -(SqlSingle x)
{
return default(SqlSingle);
}
/// <summary>Computes the sum of the two specified <see cref="T:System.Data.SqlTypes.SqlSingle" /> structures.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure that contains the sum of the two specified <see cref="T:System.Data.SqlTypes.SqlSingle" /> structures.</returns>
// Token: 0x06000A82 RID: 2690 RVA: 0x000067F4 File Offset: 0x000049F4
[Token(Token = "0x6000A82")]
[Address(RVA = "0xBD8640", Offset = "0xBD7640", VA = "0x180BD8640")]
public static SqlSingle operator +(SqlSingle x, SqlSingle y)
{
return default(SqlSingle);
}
/// <summary>Subtracts the second <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure from the first.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure that contains the results of the subtraction.</returns>
// Token: 0x06000A83 RID: 2691 RVA: 0x0000680C File Offset: 0x00004A0C
[Token(Token = "0x6000A83")]
[Address(RVA = "0xBD94C0", Offset = "0xBD84C0", VA = "0x180BD94C0")]
public static SqlSingle operator -(SqlSingle x, SqlSingle y)
{
return default(SqlSingle);
}
/// <summary>Computes the product of the two specified <see cref="T:System.Data.SqlTypes.SqlSingle" /> structures.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure that contains the product of the multiplication.</returns>
// Token: 0x06000A84 RID: 2692 RVA: 0x00006824 File Offset: 0x00004A24
[Token(Token = "0x6000A84")]
[Address(RVA = "0xBD93C0", Offset = "0xBD83C0", VA = "0x180BD93C0")]
public static SqlSingle operator *(SqlSingle x, SqlSingle y)
{
return default(SqlSingle);
}
/// <summary>Divides the first <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure by the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure that contains the results of the division.</returns>
// Token: 0x06000A85 RID: 2693 RVA: 0x0000683C File Offset: 0x00004A3C
[Token(Token = "0x6000A85")]
[Address(RVA = "0xBD8740", Offset = "0xBD7740", VA = "0x180BD8740")]
public static SqlSingle operator /(SqlSingle x, SqlSingle y)
{
return default(SqlSingle);
}
/// <summary>This implicit operator converts the <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlByte" /> to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure whose <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter.</returns>
// Token: 0x06000A86 RID: 2694 RVA: 0x00006854 File Offset: 0x00004A54
[Token(Token = "0x6000A86")]
[Address(RVA = "0xBD8B40", Offset = "0xBD7B40", VA = "0x180BD8B40")]
public static implicit operator SqlSingle(SqlByte x)
{
return default(SqlSingle);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure whose <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter.</returns>
// Token: 0x06000A87 RID: 2695 RVA: 0x0000686C File Offset: 0x00004A6C
[Token(Token = "0x6000A87")]
[Address(RVA = "0xBD90D0", Offset = "0xBD80D0", VA = "0x180BD90D0")]
public static implicit operator SqlSingle(SqlInt16 x)
{
return default(SqlSingle);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure whose <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter.</returns>
// Token: 0x06000A88 RID: 2696 RVA: 0x00006884 File Offset: 0x00004A84
[Token(Token = "0x6000A88")]
[Address(RVA = "0xBD8C70", Offset = "0xBD7C70", VA = "0x180BD8C70")]
public static implicit operator SqlSingle(SqlInt32 x)
{
return default(SqlSingle);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure whose <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter.</returns>
// Token: 0x06000A89 RID: 2697 RVA: 0x0000689C File Offset: 0x00004A9C
[Token(Token = "0x6000A89")]
[Address(RVA = "0xBD8DA0", Offset = "0xBD7DA0", VA = "0x180BD8DA0")]
public static implicit operator SqlSingle(SqlInt64 x)
{
return default(SqlSingle);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure whose <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameter.</returns>
// Token: 0x06000A8A RID: 2698 RVA: 0x000068B4 File Offset: 0x00004AB4
[Token(Token = "0x6000A8A")]
[Address(RVA = "0xBD9200", Offset = "0xBD8200", VA = "0x180BD9200")]
public static implicit operator SqlSingle(SqlMoney x)
{
return default(SqlSingle);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameter to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure whose <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameter.</returns>
// Token: 0x06000A8B RID: 2699 RVA: 0x000068CC File Offset: 0x00004ACC
[Token(Token = "0x6000A8B")]
[Address(RVA = "0xBD8F70", Offset = "0xBD7F70", VA = "0x180BD8F70")]
public static implicit operator SqlSingle(SqlDecimal x)
{
return default(SqlSingle);
}
/// <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlDouble" /> parameter to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
/// <param name="x">The <see cref="T:System.Data.SqlTypes.SqlDouble" /> parameter to be converted.</param>
/// <returns>A new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure whose <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> is equal to the <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> parameter.</returns>
// Token: 0x06000A8C RID: 2700 RVA: 0x000068E4 File Offset: 0x00004AE4
[Token(Token = "0x6000A8C")]
[Address(RVA = "0xBD8970", Offset = "0xBD7970", VA = "0x180BD8970")]
public static explicit operator SqlSingle(SqlDouble x)
{
return default(SqlSingle);
}
/// <summary>Performs a logical comparison of the two SqlSingle parameters to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlSingle" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A8D RID: 2701 RVA: 0x000068FC File Offset: 0x00004AFC
[Token(Token = "0x6000A8D")]
[Address(RVA = "0xBD88A0", Offset = "0xBD78A0", VA = "0x180BD88A0")]
public static SqlBoolean operator ==(SqlSingle x, SqlSingle y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlSingle" /> parameters to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlSingle" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A8E RID: 2702 RVA: 0x00006914 File Offset: 0x00004B14
[Token(Token = "0x6000A8E")]
[Address(RVA = "0xBD9310", Offset = "0xBD8310", VA = "0x180BD9310")]
public static SqlBoolean operator <(SqlSingle x, SqlSingle y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlSingle" /> operands to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlSingle" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A8F RID: 2703 RVA: 0x0000692C File Offset: 0x00004B2C
[Token(Token = "0x6000A8F")]
[Address(RVA = "0xBD8A90", Offset = "0xBD7A90", VA = "0x180BD8A90")]
public static SqlBoolean operator >(SqlSingle x, SqlSingle y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlSingle" /> parameters to determine whether the first is less than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlSingle" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A90 RID: 2704 RVA: 0x00006944 File Offset: 0x00004B44
[Token(Token = "0x6000A90")]
[Address(RVA = "0xBD8080", Offset = "0xBD7080", VA = "0x180BD8080")]
public static SqlBoolean LessThan(SqlSingle x, SqlSingle y)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlSingle" /> operands to determine whether the first is greater than the second.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlSingle" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000A91 RID: 2705 RVA: 0x0000695C File Offset: 0x00004B5C
[Token(Token = "0x6000A91")]
[Address(RVA = "0xBD8010", Offset = "0xBD7010", VA = "0x180BD8010")]
public static SqlBoolean GreaterThan(SqlSingle x, SqlSingle y)
{
return default(SqlBoolean);
}
/// <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure to <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
/// <returns>A new <see langword="SqlDouble" /> equal to the value of this <see cref="T:System.Data.SqlTypes.SqlSingle" />.</returns>
// Token: 0x06000A92 RID: 2706 RVA: 0x00006974 File Offset: 0x00004B74
[Token(Token = "0x6000A92")]
[Address(RVA = "0xBD82E0", Offset = "0xBD72E0", VA = "0x180BD82E0")]
public SqlDouble ToSqlDouble()
{
return default(SqlDouble);
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlSingle" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000A93 RID: 2707 RVA: 0x0000698C File Offset: 0x00004B8C
[Token(Token = "0x6000A93")]
[Address(RVA = "0xBD7C50", Offset = "0xBD6C50", VA = "0x180BD7C50", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlSingle" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlSingle" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlSingle" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return Value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000A94 RID: 2708 RVA: 0x000069A4 File Offset: 0x00004BA4
[Token(Token = "0x6000A94")]
[Address(RVA = "0xBD7B00", Offset = "0xBD6B00", VA = "0x180BD7B00")]
public int CompareTo(SqlSingle value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if the object is an instance of <see cref="T:System.Data.SqlTypes.SqlSingle" /> and the two are equal. Otherwise, <see langword="false" />.</returns>
// Token: 0x06000A95 RID: 2709 RVA: 0x000069BC File Offset: 0x00004BBC
[Token(Token = "0x6000A95")]
[Address(RVA = "0xBD7D50", Offset = "0xBD6D50", VA = "0x180BD7D50", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Gets the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000A96 RID: 2710 RVA: 0x000069D4 File Offset: 0x00004BD4
[Token(Token = "0x6000A96")]
[Address(RVA = "0xBD7F20", Offset = "0xBD6F20", VA = "0x180BD7F20", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x06000A97 RID: 2711 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A97")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000A98 RID: 2712 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A98")]
[Address(RVA = "0xBD80F0", Offset = "0xBD70F0", VA = "0x180BD80F0", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000A99 RID: 2713 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A99")]
[Address(RVA = "0xBD8200", Offset = "0xBD7200", VA = "0x180BD8200", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000A9A RID: 2714 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A9A")]
[Address(RVA = "0xBD7FB0", Offset = "0xBD6FB0", VA = "0x180BD7FB0")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x040003E7 RID: 999
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40003E7")]
private bool _fNotNull;
// Token: 0x040003E8 RID: 1000
[FieldOffset(Offset = "0x4")]
[Token(Token = "0x40003E8")]
private float _value;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</summary>
// Token: 0x040003E9 RID: 1001
[Token(Token = "0x40003E9")]
public static readonly SqlSingle Null;
/// <summary>Represents the zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> class.</summary>
// Token: 0x040003EA RID: 1002
[Token(Token = "0x40003EA")]
public static readonly SqlSingle Zero;
/// <summary>Represents the minimum value that can be assigned to <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> class.</summary>
// Token: 0x040003EB RID: 1003
[Token(Token = "0x40003EB")]
public static readonly SqlSingle MinValue;
/// <summary>Represents the maximum value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> class.</summary>
// Token: 0x040003EC RID: 1004
[Token(Token = "0x40003EC")]
public static readonly SqlSingle MaxValue;
}
}
+41
View File
@@ -0,0 +1,41 @@
using System;
using System.IO;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
// Token: 0x020000B4 RID: 180
[Token(Token = "0x20000B4")]
internal abstract class SqlStreamChars
{
// Token: 0x17000197 RID: 407
// (get) Token: 0x06000AC0 RID: 2752
[Token(Token = "0x17000197")]
public abstract long Length
{
[Token(Token = "0x6000AC0")]
[Address(Slot = "4")]
get;
}
// Token: 0x17000198 RID: 408
// (get) Token: 0x06000AC1 RID: 2753
[Token(Token = "0x17000198")]
public abstract long Position
{
[Token(Token = "0x6000AC1")]
[Address(Slot = "5")]
get;
}
// Token: 0x06000AC2 RID: 2754
[Token(Token = "0x6000AC2")]
[Address(Slot = "6")]
public abstract int Read(char[] buffer, int offset, int count);
// Token: 0x06000AC3 RID: 2755
[Token(Token = "0x6000AC3")]
[Address(Slot = "7")]
public abstract long Seek(long offset, SeekOrigin origin);
}
}
+403
View File
@@ -0,0 +1,403 @@
using System;
using System.Globalization;
using System.Text;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents a variable-length stream of characters to be stored in or retrieved from the database. <see cref="T:System.Data.SqlTypes.SqlString" /> has a different underlying data structure from its corresponding .NET Framework <see cref="T:System.String" /> data type.</summary>
// Token: 0x020000AF RID: 175
[Token(Token = "0x20000AF")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public struct SqlString : INullable, IComparable, IXmlSerializable
{
// Token: 0x06000A9C RID: 2716 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A9C")]
[Address(RVA = "0xBDAD90", Offset = "0xBD9D90", VA = "0x180BDAD90")]
private SqlString(bool fNull)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlString" /> structure using the specified string, locale id, and compare option values.</summary>
/// <param name="data">The string to store.</param>
/// <param name="lcid">Specifies the geographical locale and language for the new <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</param>
/// <param name="compareOptions">Specifies the compare options for the new <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</param>
// Token: 0x06000A9D RID: 2717 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A9D")]
[Address(RVA = "0xBDADB0", Offset = "0xBD9DB0", VA = "0x180BDADB0")]
public SqlString(string data, int lcid, SqlCompareOptions compareOptions)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlString" /> structure using the specified string.</summary>
/// <param name="data">The string to store.</param>
// Token: 0x06000A9E RID: 2718 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A9E")]
[Address(RVA = "0xBDACC0", Offset = "0xBD9CC0", VA = "0x180BDACC0")]
public SqlString(string data)
{
}
// Token: 0x06000A9F RID: 2719 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000A9F")]
[Address(RVA = "0xBDAE50", Offset = "0xBD9E50", VA = "0x180BDAE50")]
private SqlString(int lcid, SqlCompareOptions compareOptions, string data, CompareInfo cmpInfo)
{
}
/// <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlString" /> structure is null.</summary>
/// <returns>
/// <see langword="true" /> if <see cref="P:System.Data.SqlTypes.SqlString.Value" /> is <see cref="F:System.Data.SqlTypes.SqlString.Null" />. Otherwise, <see langword="false" />.</returns>
// Token: 0x17000195 RID: 405
// (get) Token: 0x06000AA0 RID: 2720 RVA: 0x000069EC File Offset: 0x00004BEC
[Token(Token = "0x17000195")]
public bool IsNull
{
[Token(Token = "0x6000AA0")]
[Address(RVA = "0xBDAEF0", Offset = "0xBD9EF0", VA = "0x180BDAEF0", Slot = "4")]
get
{
return default(bool);
}
}
/// <summary>Gets the string that is stored in this <see cref="T:System.Data.SqlTypes.SqlString" /> structure. This property is read-only.</summary>
/// <returns>The string that is stored.</returns>
/// <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The value of the string is <see cref="F:System.Data.SqlTypes.SqlString.Null" />.</exception>
// Token: 0x17000196 RID: 406
// (get) Token: 0x06000AA1 RID: 2721 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000196")]
public string Value
{
[Token(Token = "0x6000AA1")]
[Address(RVA = "0xBDAF00", Offset = "0xBD9F00", VA = "0x180BDAF00")]
get
{
return null;
}
}
// Token: 0x06000AA2 RID: 2722 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AA2")]
[Address(RVA = "0xBDA430", Offset = "0xBD9430", VA = "0x180BDA430")]
private void SetCompareInfo()
{
}
/// <summary>Converts the <see cref="T:System.String" /> parameter to a <see cref="T:System.Data.SqlTypes.SqlString" />.</summary>
/// <param name="x">The <see cref="T:System.String" /> to be converted.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlString" /> that contains the value of the specified <see langword="String" />.</returns>
// Token: 0x06000AA3 RID: 2723 RVA: 0x00006A04 File Offset: 0x00004C04
[Token(Token = "0x6000AA3")]
[Address(RVA = "0xBDB270", Offset = "0xBDA270", VA = "0x180BDB270")]
public static implicit operator SqlString(string x)
{
return default(SqlString);
}
/// <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlString" /> object to a <see cref="T:System.String" />.</summary>
/// <returns>A <see cref="T:System.String" /> with the same value as this <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</returns>
// Token: 0x06000AA4 RID: 2724 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000AA4")]
[Address(RVA = "0xBDAA90", Offset = "0xBD9A90", VA = "0x180BDAA90", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>Concatenates the two specified <see cref="T:System.Data.SqlTypes.SqlString" /> structures.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlString" /> that contains the newly concatenated value representing the contents of the two <see cref="T:System.Data.SqlTypes.SqlString" /> parameters.</returns>
// Token: 0x06000AA5 RID: 2725 RVA: 0x00006A1C File Offset: 0x00004C1C
[Token(Token = "0x6000AA5")]
[Address(RVA = "0xBDAF60", Offset = "0xBD9F60", VA = "0x180BDAF60")]
public static SqlString operator +(SqlString x, SqlString y)
{
return default(SqlString);
}
// Token: 0x06000AA6 RID: 2726 RVA: 0x00006A34 File Offset: 0x00004C34
[Token(Token = "0x6000AA6")]
[Address(RVA = "0xBDA4C0", Offset = "0xBD94C0", VA = "0x180BDA4C0")]
private static int StringCompare(SqlString x, SqlString y)
{
return 0;
}
// Token: 0x06000AA7 RID: 2727 RVA: 0x00006A4C File Offset: 0x00004C4C
[Token(Token = "0x6000AA7")]
[Address(RVA = "0xBD9D70", Offset = "0xBD8D70", VA = "0x180BD9D70")]
private static SqlBoolean Compare(SqlString x, SqlString y, EComparison ecExpectedResult)
{
return default(SqlBoolean);
}
/// <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlString" /> operands to determine whether they are equal.</summary>
/// <param name="x">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
/// <param name="y">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
/// <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are not equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlString" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
// Token: 0x06000AA8 RID: 2728 RVA: 0x00006A64 File Offset: 0x00004C64
[Token(Token = "0x6000AA8")]
[Address(RVA = "0xBDB110", Offset = "0xBDA110", VA = "0x180BDB110")]
public static SqlBoolean operator ==(SqlString x, SqlString y)
{
return default(SqlBoolean);
}
// Token: 0x06000AA9 RID: 2729 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AA9")]
[Address(RVA = "0xBDAAB0", Offset = "0xBD9AB0", VA = "0x180BDAAB0")]
private static void ValidateSqlCompareOptions(SqlCompareOptions compareOptions)
{
}
/// <summary>Gets the <see cref="T:System.Globalization.CompareOptions" /> enumeration equilvalent of the specified <see cref="T:System.Data.SqlTypes.SqlCompareOptions" /> value.</summary>
/// <param name="compareOptions">A <see cref="T:System.Data.SqlTypes.SqlCompareOptions" /> value that describes the comparison options for this <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</param>
/// <returns>A <see langword="CompareOptions" /> value that corresponds to the <see langword="SqlCompareOptions" /> for this <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</returns>
// Token: 0x06000AAA RID: 2730 RVA: 0x00006A7C File Offset: 0x00004C7C
[Token(Token = "0x6000AAA")]
[Address(RVA = "0xBD9AB0", Offset = "0xBD8AB0", VA = "0x180BD9AB0")]
public static CompareOptions CompareOptionsFromSqlCompareOptions(SqlCompareOptions compareOptions)
{
return CompareOptions.None;
}
// Token: 0x06000AAB RID: 2731 RVA: 0x00006A94 File Offset: 0x00004C94
[Token(Token = "0x6000AAB")]
[Address(RVA = "0xBDA160", Offset = "0xBD9160", VA = "0x180BDA160")]
private bool FBinarySort()
{
return default(bool);
}
// Token: 0x06000AAC RID: 2732 RVA: 0x00006AAC File Offset: 0x00004CAC
[Token(Token = "0x6000AAC")]
[Address(RVA = "0xBD9840", Offset = "0xBD8840", VA = "0x180BD9840")]
private static int CompareBinary(SqlString x, SqlString y)
{
return 0;
}
// Token: 0x06000AAD RID: 2733 RVA: 0x00006AC4 File Offset: 0x00004CC4
[Token(Token = "0x6000AAD")]
[Address(RVA = "0xBD96D0", Offset = "0xBD86D0", VA = "0x180BD96D0")]
private static int CompareBinary2(SqlString x, SqlString y)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlString" /> object to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return Value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
// Token: 0x06000AAE RID: 2734 RVA: 0x00006ADC File Offset: 0x00004CDC
[Token(Token = "0x6000AAE")]
[Address(RVA = "0xBD9B70", Offset = "0xBD8B70", VA = "0x180BD9B70", Slot = "5")]
public int CompareTo(object value)
{
return 0;
}
/// <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlString" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlString" /> and returns an indication of their relative values.</summary>
/// <param name="value">The <see cref="T:System.Data.SqlTypes.SqlString" /> to be compared.</param>
/// <returns>A signed number that indicates the relative values of the instance and the object.
/// Return value
///
/// Condition
///
/// Less than zero
///
/// This instance is less than the object.
///
/// Zero
///
/// This instance is the same as the object.
///
/// Greater than zero
///
/// This instance is greater than the object
///
/// -or-
///
/// The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
// Token: 0x06000AAF RID: 2735 RVA: 0x00006AF4 File Offset: 0x00004CF4
[Token(Token = "0x6000AAF")]
[Address(RVA = "0xBD9C80", Offset = "0xBD8C80", VA = "0x180BD9C80")]
public int CompareTo(SqlString value)
{
return 0;
}
/// <summary>Compares the supplied object parameter to the <see cref="P:System.Data.SqlTypes.SqlString.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlString" /> object.</summary>
/// <param name="value">The object to be compared.</param>
/// <returns>
/// <see langword="true" /> if the object is an instance of <see cref="T:System.Data.SqlTypes.SqlString" /> and the two are equal; otherwise, <see langword="false" />.</returns>
// Token: 0x06000AB0 RID: 2736 RVA: 0x00006B0C File Offset: 0x00004D0C
[Token(Token = "0x6000AB0")]
[Address(RVA = "0xBD9EC0", Offset = "0xBD8EC0", VA = "0x180BD9EC0", Slot = "0")]
public override bool Equals(object value)
{
return default(bool);
}
/// <summary>Gets the hash code for this instance.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000AB1 RID: 2737 RVA: 0x00006B24 File Offset: 0x00004D24
[Token(Token = "0x6000AB1")]
[Address(RVA = "0xBDA180", Offset = "0xBD9180", VA = "0x180BDA180", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <returns>An <see langword="XmlSchema" />.</returns>
// Token: 0x06000AB2 RID: 2738 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000AB2")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "6")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="reader">
/// <see langword="XmlReader" />
/// </param>
// Token: 0x06000AB3 RID: 2739 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AB3")]
[Address(RVA = "0xBDA900", Offset = "0xBD9900", VA = "0x180BDA900", Slot = "7")]
void IXmlSerializable.ReadXml(XmlReader reader)
{
}
/// <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
/// <param name="writer">
/// <see langword="XmlWriter" />
/// </param>
// Token: 0x06000AB4 RID: 2740 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AB4")]
[Address(RVA = "0xBDA9F0", Offset = "0xBD99F0", VA = "0x180BDA9F0", Slot = "8")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000AB5 RID: 2741 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000AB5")]
[Address(RVA = "0xBDA3D0", Offset = "0xBD93D0", VA = "0x180BDA3D0")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x040003F5 RID: 1013
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40003F5")]
private string m_value;
// Token: 0x040003F6 RID: 1014
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x40003F6")]
private CompareInfo m_cmpInfo;
// Token: 0x040003F7 RID: 1015
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40003F7")]
private int m_lcid;
// Token: 0x040003F8 RID: 1016
[FieldOffset(Offset = "0x14")]
[Token(Token = "0x40003F8")]
private SqlCompareOptions m_flag;
// Token: 0x040003F9 RID: 1017
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x40003F9")]
private bool m_fNotNull;
/// <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
// Token: 0x040003FA RID: 1018
[Token(Token = "0x40003FA")]
public static readonly SqlString Null;
// Token: 0x040003FB RID: 1019
[Token(Token = "0x40003FB")]
internal static readonly UnicodeEncoding s_unicodeEncoding;
/// <summary>Specifies that <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons should ignore case.</summary>
// Token: 0x040003FC RID: 1020
[Token(Token = "0x40003FC")]
public static readonly int IgnoreCase;
/// <summary>Specifies that the string comparison must ignore the character width.</summary>
// Token: 0x040003FD RID: 1021
[Token(Token = "0x40003FD")]
public static readonly int IgnoreWidth;
/// <summary>Specifies that the string comparison must ignore non-space combining characters, such as diacritics.</summary>
// Token: 0x040003FE RID: 1022
[Token(Token = "0x40003FE")]
public static readonly int IgnoreNonSpace;
/// <summary>Specifies that the string comparison must ignore the Kana type.</summary>
// Token: 0x040003FF RID: 1023
[Token(Token = "0x40003FF")]
public static readonly int IgnoreKanaType;
/// <summary>Specifies that sorts should be based on a characters numeric value instead of its alphabetical value.</summary>
// Token: 0x04000400 RID: 1024
[Token(Token = "0x4000400")]
public static readonly int BinarySort;
/// <summary>Specifies that sorts should be based on a character's numeric value instead of its alphabetical value.</summary>
// Token: 0x04000401 RID: 1025
[Token(Token = "0x4000401")]
public static readonly int BinarySort2;
// Token: 0x04000402 RID: 1026
[Token(Token = "0x4000402")]
private static readonly SqlCompareOptions s_iDefaultFlag;
// Token: 0x04000403 RID: 1027
[Token(Token = "0x4000403")]
private static readonly CompareOptions s_iValidCompareOptionMask;
// Token: 0x04000404 RID: 1028
[Token(Token = "0x4000404")]
internal static readonly SqlCompareOptions s_iValidSqlCompareOptionMask;
// Token: 0x04000405 RID: 1029
[Token(Token = "0x4000405")]
internal static readonly int s_lcidUSEnglish;
// Token: 0x04000406 RID: 1030
[Token(Token = "0x4000406")]
private static readonly int s_lcidBinary;
}
}
@@ -0,0 +1,30 @@
using System;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>The exception that is thrown when you set a value into a <see cref="N:System.Data.SqlTypes" /> structure would truncate that value.</summary>
// Token: 0x020000B3 RID: 179
[Token(Token = "0x20000B3")]
[Serializable]
public sealed class SqlTruncateException : SqlTypeException
{
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlTruncateException" /> class.</summary>
// Token: 0x06000ABE RID: 2750 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ABE")]
[Address(RVA = "0xBDB2A0", Offset = "0xBDA2A0", VA = "0x180BDB2A0")]
public SqlTruncateException()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlTruncateException" /> class with a specified error message and a reference to the <see cref="T:System.Exception" />.</summary>
/// <param name="message">The error message that explains the reason for the exception.</param>
/// <param name="e">A reference to an inner <see cref="T:System.Exception" />.</param>
// Token: 0x06000ABF RID: 2751 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ABF")]
[Address(RVA = "0xBDB2D0", Offset = "0xBDA2D0", VA = "0x180BDB2D0")]
public SqlTruncateException(string message, Exception e)
{
}
}
}
+58
View File
@@ -0,0 +1,58 @@
using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>The base exception class for the <see cref="N:System.Data.SqlTypes" />.</summary>
// Token: 0x020000B1 RID: 177
[Token(Token = "0x20000B1")]
[Serializable]
public class SqlTypeException : SystemException
{
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlTypeException" /> class.</summary>
// Token: 0x06000AB7 RID: 2743 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AB7")]
[Address(RVA = "0xBDB440", Offset = "0xBDA440", VA = "0x180BDB440")]
public SqlTypeException()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlTypeException" /> class with a specified error message.</summary>
/// <param name="message">The error message that explains the reason for the exception.</param>
// Token: 0x06000AB8 RID: 2744 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AB8")]
[Address(RVA = "0xBDB4B0", Offset = "0xBDA4B0", VA = "0x180BDB4B0")]
public SqlTypeException(string message)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlTypeException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
/// <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
/// <param name="e">The exception that is the cause of the current exception. If the innerException parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
// Token: 0x06000AB9 RID: 2745 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AB9")]
[Address(RVA = "0xBDB490", Offset = "0xBDA490", VA = "0x180BDB490")]
public SqlTypeException(string message, Exception e)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlTypeException" /> class with serialized data.</summary>
/// <param name="si">The object that holds the serialized object data.</param>
/// <param name="sc">The contextual information about the source or destination.</param>
// Token: 0x06000ABA RID: 2746 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ABA")]
[Address(RVA = "0xBDB3B0", Offset = "0xBDA3B0", VA = "0x180BDB3B0")]
protected SqlTypeException(SerializationInfo si, StreamingContext sc)
{
}
// Token: 0x06000ABB RID: 2747 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000ABB")]
[Address(RVA = "0xBDB2F0", Offset = "0xBDA2F0", VA = "0x180BDB2F0")]
private static SerializationInfo SqlTypeExceptionSerialization(SerializationInfo si, StreamingContext sc)
{
return null;
}
}
}
+164
View File
@@ -0,0 +1,164 @@
using System;
using System.IO;
using System.Reflection;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// <summary>Represents XML data stored in or retrieved from a server.</summary>
// Token: 0x020000B5 RID: 181
[Token(Token = "0x20000B5")]
[XmlSchemaProvider("GetXsdType")]
[Serializable]
public sealed class SqlXml : INullable, IXmlSerializable
{
/// <summary>Creates a new <see cref="T:System.Data.SqlTypes.SqlXml" /> instance.</summary>
// Token: 0x06000AC4 RID: 2756 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AC4")]
[Address(RVA = "0xBDCC60", Offset = "0xBDBC60", VA = "0x180BDCC60")]
public SqlXml()
{
}
/// <summary>Gets the value of the XML content of this <see cref="T:System.Data.SqlTypes.SqlXml" /> as a <see cref="T:System.Xml.XmlReader" />.</summary>
/// <returns>A <see cref="T:System.Xml.XmlReader" />-derived instance that contains the XML content. The actual type may vary (for example, the return value might be <see cref="T:System.Xml.XmlTextReader" />) depending on how the information is represented internally, on the server.</returns>
/// <exception cref="T:System.Data.SqlTypes.SqlNullValueException">Attempt was made to access this property on a null instance of <see cref="T:System.Data.SqlTypes.SqlXml" />.</exception>
// Token: 0x06000AC5 RID: 2757 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000AC5")]
[Address(RVA = "0xBDC3A0", Offset = "0xBDB3A0", VA = "0x180BDC3A0")]
public XmlReader CreateReader()
{
return null;
}
// Token: 0x06000AC6 RID: 2758 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000AC6")]
[Address(RVA = "0xBDC610", Offset = "0xBDB610", VA = "0x180BDC610")]
internal static XmlReader CreateSqlXmlReader(Stream stream, bool closeInput = false, bool throwTargetInvocationExceptions = false)
{
return null;
}
// Token: 0x06000AC7 RID: 2759 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000AC7")]
[Address(RVA = "0xBDC540", Offset = "0xBDB540", VA = "0x180BDC540")]
private static Func<Stream, XmlReaderSettings, XmlParserContext, XmlReader> CreateSqlReaderDelegate()
{
return null;
}
// Token: 0x17000199 RID: 409
// (get) Token: 0x06000AC8 RID: 2760 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000199")]
private static MethodInfo CreateSqlReaderMethodInfo
{
[Token(Token = "0x6000AC8")]
[Address(RVA = "0xBDCC90", Offset = "0xBDBC90", VA = "0x180BDCC90")]
get
{
return null;
}
}
/// <summary>Indicates whether this instance represents a null <see cref="T:System.Data.SqlTypes.SqlXml" /> value.</summary>
/// <returns>
/// <see langword="true" /> if <see langword="Value" /> is null. Otherwise, <see langword="false" />.</returns>
// Token: 0x1700019A RID: 410
// (get) Token: 0x06000AC9 RID: 2761 RVA: 0x00006B3C File Offset: 0x00004D3C
[Token(Token = "0x1700019A")]
public bool IsNull
{
[Token(Token = "0x6000AC9")]
[Address(RVA = "0xBDAEF0", Offset = "0xBD9EF0", VA = "0x180BDAEF0", Slot = "4")]
get
{
return default(bool);
}
}
// Token: 0x06000ACA RID: 2762 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ACA")]
[Address(RVA = "0xBDC800", Offset = "0xBDB800", VA = "0x180BDC800")]
private void SetNull()
{
}
/// <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.GetSchema" />.</summary>
/// <returns>An <see cref="T:System.Xml.Schema.XmlSchema" /> that describes the XML representation of the object that is produced by the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" /> method and consumed by the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" /> method.</returns>
// Token: 0x06000ACB RID: 2763 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000ACB")]
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "5")]
XmlSchema IXmlSerializable.GetSchema()
{
return null;
}
/// <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" />.</summary>
/// <param name="r">An XmlReader.</param>
// Token: 0x06000ACC RID: 2764 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ACC")]
[Address(RVA = "0xBDC820", Offset = "0xBDB820", VA = "0x180BDC820", Slot = "6")]
void IXmlSerializable.ReadXml(XmlReader r)
{
}
/// <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" />.</summary>
/// <param name="writer">An XmlWriter</param>
// Token: 0x06000ACD RID: 2765 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ACD")]
[Address(RVA = "0xBDC9C0", Offset = "0xBDB9C0", VA = "0x180BDC9C0", Slot = "7")]
void IXmlSerializable.WriteXml(XmlWriter writer)
{
}
/// <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
/// <param name="schemaSet">An <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
/// <returns>A string that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
// Token: 0x06000ACE RID: 2766 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000ACE")]
[Address(RVA = "0xBDC7A0", Offset = "0xBDB7A0", VA = "0x180BDC7A0")]
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
{
return null;
}
// Token: 0x0400040E RID: 1038
[Token(Token = "0x400040E")]
private static readonly Func<Stream, XmlReaderSettings, XmlParserContext, XmlReader> s_sqlReaderDelegate;
// Token: 0x0400040F RID: 1039
[Token(Token = "0x400040F")]
private static readonly XmlReaderSettings s_defaultXmlReaderSettings;
// Token: 0x04000410 RID: 1040
[Token(Token = "0x4000410")]
private static readonly XmlReaderSettings s_defaultXmlReaderSettingsCloseInput;
// Token: 0x04000411 RID: 1041
[Token(Token = "0x4000411")]
private static MethodInfo s_createSqlReaderMethodInfo;
// Token: 0x04000412 RID: 1042
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000412")]
private MethodInfo _createSqlReaderMethodInfo;
// Token: 0x04000413 RID: 1043
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000413")]
private bool _fNotNull;
// Token: 0x04000414 RID: 1044
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x4000414")]
private Stream _stream;
// Token: 0x04000415 RID: 1045
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000415")]
private bool _firstCreateReader;
}
}
+199
View File
@@ -0,0 +1,199 @@
using System;
using System.IO;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
// Token: 0x020000B6 RID: 182
[Token(Token = "0x20000B6")]
internal sealed class SqlXmlStreamWrapper : Stream
{
// Token: 0x06000AD0 RID: 2768 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AD0")]
[Address(RVA = "0xBDC0B0", Offset = "0xBDB0B0", VA = "0x180BDC0B0")]
internal SqlXmlStreamWrapper(Stream stream)
{
}
// Token: 0x1700019B RID: 411
// (get) Token: 0x06000AD1 RID: 2769 RVA: 0x00006B54 File Offset: 0x00004D54
[Token(Token = "0x1700019B")]
public override bool CanRead
{
[Token(Token = "0x6000AD1")]
[Address(RVA = "0xBDC120", Offset = "0xBDB120", VA = "0x180BDC120", Slot = "7")]
get
{
return default(bool);
}
}
// Token: 0x1700019C RID: 412
// (get) Token: 0x06000AD2 RID: 2770 RVA: 0x00006B6C File Offset: 0x00004D6C
[Token(Token = "0x1700019C")]
public override bool CanSeek
{
[Token(Token = "0x6000AD2")]
[Address(RVA = "0xBDC170", Offset = "0xBDB170", VA = "0x180BDC170", Slot = "8")]
get
{
return default(bool);
}
}
// Token: 0x1700019D RID: 413
// (get) Token: 0x06000AD3 RID: 2771 RVA: 0x00006B84 File Offset: 0x00004D84
[Token(Token = "0x1700019D")]
public override bool CanWrite
{
[Token(Token = "0x6000AD3")]
[Address(RVA = "0xBDC1C0", Offset = "0xBDB1C0", VA = "0x180BDC1C0", Slot = "9")]
get
{
return default(bool);
}
}
// Token: 0x1700019E RID: 414
// (get) Token: 0x06000AD4 RID: 2772 RVA: 0x00006B9C File Offset: 0x00004D9C
[Token(Token = "0x1700019E")]
public override long Length
{
[Token(Token = "0x6000AD4")]
[Address(RVA = "0xBDC210", Offset = "0xBDB210", VA = "0x180BDC210", Slot = "10")]
get
{
return 0L;
}
}
// Token: 0x1700019F RID: 415
// (get) Token: 0x06000AD5 RID: 2773 RVA: 0x00006BB4 File Offset: 0x00004DB4
// (set) Token: 0x06000AD6 RID: 2774 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x1700019F")]
public override long Position
{
[Token(Token = "0x6000AD5")]
[Address(RVA = "0xBDC280", Offset = "0xBDB280", VA = "0x180BDC280", Slot = "11")]
get
{
return 0L;
}
[Token(Token = "0x6000AD6")]
[Address(RVA = "0xBDC2E0", Offset = "0xBDB2E0", VA = "0x180BDC2E0", Slot = "12")]
set
{
}
}
// Token: 0x06000AD7 RID: 2775 RVA: 0x00006BCC File Offset: 0x00004DCC
[Token(Token = "0x6000AD7")]
[Address(RVA = "0xBDB900", Offset = "0xBDA900", VA = "0x180BDB900", Slot = "25")]
public override long Seek(long offset, SeekOrigin origin)
{
return 0L;
}
// Token: 0x06000AD8 RID: 2776 RVA: 0x00006BE4 File Offset: 0x00004DE4
[Token(Token = "0x6000AD8")]
[Address(RVA = "0xBDB720", Offset = "0xBDA720", VA = "0x180BDB720", Slot = "27")]
public override int Read(byte[] buffer, int offset, int count)
{
return 0;
}
// Token: 0x06000AD9 RID: 2777 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AD9")]
[Address(RVA = "0xBDBEE0", Offset = "0xBDAEE0", VA = "0x180BDBEE0", Slot = "29")]
public override void Write(byte[] buffer, int offset, int count)
{
}
// Token: 0x06000ADA RID: 2778 RVA: 0x00006BFC File Offset: 0x00004DFC
[Token(Token = "0x6000ADA")]
[Address(RVA = "0xBDB5F0", Offset = "0xBDA5F0", VA = "0x180BDB5F0", Slot = "28")]
public override int ReadByte()
{
return 0;
}
// Token: 0x06000ADB RID: 2779 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ADB")]
[Address(RVA = "0xBDBE00", Offset = "0xBDAE00", VA = "0x180BDBE00", Slot = "30")]
public override void WriteByte(byte value)
{
}
// Token: 0x06000ADC RID: 2780 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ADC")]
[Address(RVA = "0xBDBB10", Offset = "0xBDAB10", VA = "0x180BDBB10", Slot = "26")]
public override void SetLength(long value)
{
}
// Token: 0x06000ADD RID: 2781 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ADD")]
[Address(RVA = "0xBDB550", Offset = "0xBDA550", VA = "0x180BDB550", Slot = "17")]
public override void Flush()
{
}
// Token: 0x06000ADE RID: 2782 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ADE")]
[Address(RVA = "0xBDB4E0", Offset = "0xBDA4E0", VA = "0x180BDB4E0", Slot = "16")]
protected override void Dispose(bool disposing)
{
}
// Token: 0x06000ADF RID: 2783 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ADF")]
[Address(RVA = "0xBDBC40", Offset = "0xBDAC40", VA = "0x180BDBC40")]
private void ThrowIfStreamCannotSeek(string method)
{
}
// Token: 0x06000AE0 RID: 2784 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AE0")]
[Address(RVA = "0xBDBBA0", Offset = "0xBDABA0", VA = "0x180BDBBA0")]
private void ThrowIfStreamCannotRead(string method)
{
}
// Token: 0x06000AE1 RID: 2785 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AE1")]
[Address(RVA = "0xBDBCE0", Offset = "0xBDACE0", VA = "0x180BDBCE0")]
private void ThrowIfStreamCannotWrite(string method)
{
}
// Token: 0x06000AE2 RID: 2786 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AE2")]
[Address(RVA = "0xBDBD80", Offset = "0xBDAD80", VA = "0x180BDBD80")]
private void ThrowIfStreamClosed(string method)
{
}
// Token: 0x06000AE3 RID: 2787 RVA: 0x00006C14 File Offset: 0x00004E14
[Token(Token = "0x6000AE3")]
[Address(RVA = "0xBDB570", Offset = "0xBDA570", VA = "0x180BDB570")]
private bool IsStreamClosed()
{
return default(bool);
}
// Token: 0x04000416 RID: 1046
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000416")]
private Stream _stream;
// Token: 0x04000417 RID: 1047
[FieldOffset(Offset = "0x30")]
[Token(Token = "0x4000417")]
private long _lPosition;
// Token: 0x04000418 RID: 1048
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4000418")]
private bool _isClosed;
}
}