| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580 |
- //
- // System.Data.SqlClient.SqlDataReader.cs
- //
- // Author:
- // Rodrigo Moya ([email protected])
- // Daniel Morgan ([email protected])
- // Tim Coleman ([email protected])
- //
- // (C) Ximian, Inc 2002
- // (C) Daniel Morgan 2002
- // Copyright (C) Tim Coleman, 2002
- //
- //
- // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
- //
- // Permission is hereby granted, free of charge, to any person obtaining
- // a copy of this software and associated documentation files (the
- // "Software"), to deal in the Software without restriction, including
- // without limitation the rights to use, copy, modify, merge, publish,
- // distribute, sublicense, and/or sell copies of the Software, and to
- // permit persons to whom the Software is furnished to do so, subject to
- // the following conditions:
- //
- // The above copyright notice and this permission notice shall be
- // included in all copies or substantial portions of the Software.
- //
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- //
- using Mono.Data.Tds.Protocol;
- using System;
- using System.IO;
- using System.Text;
- using System.Collections;
- using System.ComponentModel;
- using System.Data;
- using System.Data.Common;
- using System.Data.SqlTypes;
- using System.Globalization;
- using System.Xml;
- namespace System.Data.SqlClient
- {
- #if NET_2_0
- public class SqlDataReader : DbDataReader, IDataReader, IDisposable, IDataRecord
- #else
- public sealed class SqlDataReader : MarshalByRefObject, IEnumerable, IDataReader, IDisposable, IDataRecord
- #endif // NET_2_0
- {
- #region Fields
- SqlCommand command;
- bool disposed;
- bool isClosed;
- bool moreResults;
- int resultsRead;
- int rowsRead;
- DataTable schemaTable;
- bool haveRead;
- bool readResult;
- bool readResultUsed;
- #if NET_2_0
- int visibleFieldCount;
- #endif
- #endregion // Fields
- const int COLUMN_NAME_IDX = 0;
- const int COLUMN_ORDINAL_IDX = 1;
- const int COLUMN_SIZE_IDX = 2;
- const int NUMERIC_PRECISION_IDX = 3;
- const int NUMERIC_SCALE_IDX = 4;
- const int IS_UNIQUE_IDX = 5;
- const int IS_KEY_IDX = 6;
- const int BASE_SERVER_NAME_IDX = 7;
- const int BASE_CATALOG_NAME_IDX = 8;
- const int BASE_COLUMN_NAME_IDX = 9;
- const int BASE_SCHEMA_NAME_IDX = 10;
- const int BASE_TABLE_NAME_IDX = 11;
- const int DATA_TYPE_IDX = 12;
- const int ALLOW_DBNULL_IDX = 13;
- const int PROVIDER_TYPE_IDX = 14;
- const int IS_ALIASED_IDX = 15;
- const int IS_EXPRESSION_IDX = 16;
- const int IS_IDENTITY_IDX = 17;
- const int IS_AUTO_INCREMENT_IDX = 18;
- const int IS_ROW_VERSION_IDX = 19;
- const int IS_HIDDEN_IDX = 20;
- const int IS_LONG_IDX = 21;
- const int IS_READ_ONLY_IDX = 22;
- #region Constructors
- internal SqlDataReader (SqlCommand command)
- {
- this.command = command;
- command.Tds.RecordsAffected = -1;
- NextResult ();
- }
- #endregion // Constructors
- #region Properties
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- int Depth {
- get { return 0; }
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- int FieldCount {
- get {
- ValidateState ();
- return command.Tds.Columns.Count;
- }
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- bool IsClosed {
- get { return isClosed; }
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- object this [int i] {
- get { return GetValue (i); }
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- object this [string name] {
- get { return GetValue (GetOrdinal (name)); }
- }
-
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- int RecordsAffected {
- get {
- return command.Tds.RecordsAffected;
- }
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- bool HasRows {
- get {
- ValidateState ();
- if (rowsRead > 0)
- return true;
- if (!haveRead)
- readResult = ReadRecord ();
- return readResult;
- }
- }
- #if NET_2_0
- public override int VisibleFieldCount {
- get { return visibleFieldCount; }
- }
- protected SqlConnection Connection {
- get { return command.Connection; }
- }
- protected bool IsCommandBehavior (CommandBehavior condition) {
- return condition == command.CommandBehavior;
- }
- #endif
- #endregion // Properties
- #region Methods
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- void Close ()
- {
- if (IsClosed)
- return;
- // skip to end & read output parameters.
- while (NextResult ())
- ;
- isClosed = true;
- command.CloseDataReader ();
- }
- private static DataTable ConstructSchemaTable ()
- {
- Type booleanType = typeof (bool);
- Type stringType = typeof (string);
- Type intType = typeof (int);
- #if NET_2_0
- Type typeType = typeof (Type);
- #endif
- Type shortType = typeof (short);
- DataTable schemaTable = new DataTable ("SchemaTable");
- schemaTable.Columns.Add ("ColumnName", stringType);
- schemaTable.Columns.Add ("ColumnOrdinal", intType);
- schemaTable.Columns.Add ("ColumnSize", intType);
- schemaTable.Columns.Add ("NumericPrecision", shortType);
- schemaTable.Columns.Add ("NumericScale", shortType);
- schemaTable.Columns.Add ("IsUnique", booleanType);
- schemaTable.Columns.Add ("IsKey", booleanType);
- schemaTable.Columns.Add ("BaseServerName", stringType);
- schemaTable.Columns.Add ("BaseCatalogName", stringType);
- schemaTable.Columns.Add ("BaseColumnName", stringType);
- schemaTable.Columns.Add ("BaseSchemaName", stringType);
- schemaTable.Columns.Add ("BaseTableName", stringType);
- #if NET_2_0
- schemaTable.Columns.Add ("DataType", typeType);
- #else
- schemaTable.Columns.Add ("DataType", typeof (object));
- #endif
- schemaTable.Columns.Add ("AllowDBNull", booleanType);
- schemaTable.Columns.Add ("ProviderType", intType);
- schemaTable.Columns.Add ("IsAliased", booleanType);
- schemaTable.Columns.Add ("IsExpression", booleanType);
- schemaTable.Columns.Add ("IsIdentity", booleanType);
- schemaTable.Columns.Add ("IsAutoIncrement", booleanType);
- schemaTable.Columns.Add ("IsRowVersion", booleanType);
- schemaTable.Columns.Add ("IsHidden", booleanType);
- schemaTable.Columns.Add ("IsLong", booleanType);
- schemaTable.Columns.Add ("IsReadOnly", booleanType);
- return schemaTable;
- }
-
- private string GetSchemaRowTypeName (TdsColumnType ctype, int csize, short precision, short scale)
- {
- int dbType;
- bool isLong;
- Type fieldType;
- string typeName;
- GetSchemaRowType (ctype, csize, precision, scale,
- out dbType, out fieldType, out isLong,
- out typeName);
- return typeName;
- }
- private Type GetSchemaRowFieldType (TdsColumnType ctype, int csize, short precision, short scale)
- {
- int dbType;
- bool isLong;
- Type fieldType;
- string typeName;
- GetSchemaRowType (ctype, csize, precision, scale,
- out dbType, out fieldType, out isLong,
- out typeName);
- return fieldType;
- }
- SqlDbType GetSchemaRowDbType (int ordinal)
- {
- int csize;
- short precision, scale;
- TdsColumnType ctype;
- TdsDataColumn column;
- if (ordinal < 0 || ordinal >= command.Tds.Columns.Count)
- throw new IndexOutOfRangeException ();
- column = command.Tds.Columns [ordinal];
- #if NET_2_0
- ctype = (TdsColumnType) column.ColumnType;
- csize = (int) column.ColumnSize;
- precision = (short) (column.NumericPrecision ?? 0);
- scale = (short) (column.NumericScale ?? 0);
- #else
- ctype = (TdsColumnType) column ["ColumnType"];
- csize = (int) column ["ColumnSize"];
- precision = (short) ((byte) column ["NumericPrecision"]);
- scale = (short) ((byte) column ["NumericScale"]);
- #endif
- return GetSchemaRowDbType (ctype, csize, precision, scale);
- }
- private SqlDbType GetSchemaRowDbType (TdsColumnType ctype, int csize, short precision, short scale)
- {
- Type fieldType;
- bool isLong;
- string typeName;
- int dbType;
- GetSchemaRowType (ctype, csize, precision, scale,
- out dbType, out fieldType, out isLong,
- out typeName);
- return (SqlDbType) dbType;
- }
-
- private void GetSchemaRowType (TdsColumnType ctype, int csize,
- short precision, short scale,
- out int dbType, out Type fieldType,
- out bool isLong, out string typeName)
- {
- dbType = -1;
- typeName = string.Empty;
- isLong = false;
- fieldType = typeof (Type);
-
- switch (ctype) {
- case TdsColumnType.Int1:
- case TdsColumnType.Int2:
- case TdsColumnType.Int4:
- case TdsColumnType.IntN:
- case TdsColumnType.BigInt:
- switch (csize) {
- case 1:
- typeName = "tinyint";
- dbType = (int) SqlDbType.TinyInt;
- fieldType = typeof (byte);
- isLong = false;
- break;
- case 2:
- typeName = "smallint";
- dbType = (int) SqlDbType.SmallInt;
- fieldType = typeof (short);
- isLong = false;
- break;
- case 4:
- typeName = "int";
- dbType = (int) SqlDbType.Int;
- fieldType = typeof (int);
- isLong = false;
- break;
- case 8:
- typeName = "bigint";
- dbType = (int) SqlDbType.BigInt;
- fieldType = typeof (long);
- isLong = false;
- break;
- }
- break;
- case TdsColumnType.Real:
- case TdsColumnType.Float8:
- case TdsColumnType.FloatN:
- switch (csize) {
- case 4:
- typeName = "real";
- dbType = (int) SqlDbType.Real;
- fieldType = typeof (float);
- isLong = false;
- break;
- case 8:
- typeName = "float";
- dbType = (int) SqlDbType.Float;
- fieldType = typeof (double);
- isLong = false;
- break;
- }
- break;
- case TdsColumnType.Image :
- typeName = "image";
- dbType = (int) SqlDbType.Image;
- fieldType = typeof (byte[]);
- isLong = true;
- break;
- case TdsColumnType.Text :
- typeName = "text";
- dbType = (int) SqlDbType.Text;
- fieldType = typeof (string);
- isLong = true;
- break;
- case TdsColumnType.UniqueIdentifier :
- typeName = "uniqueidentifier";
- dbType = (int) SqlDbType.UniqueIdentifier;
- fieldType = typeof (Guid);
- isLong = false;
- break;
- case TdsColumnType.VarBinary :
- case TdsColumnType.BigVarBinary :
- typeName = "varbinary";
- dbType = (int) SqlDbType.VarBinary;
- fieldType = typeof (byte[]);
- isLong = false;
- break;
- case TdsColumnType.VarChar :
- case TdsColumnType.BigVarChar :
- typeName = "varchar";
- dbType = (int) SqlDbType.VarChar;
- fieldType = typeof (string);
- isLong = false;
- break;
- case TdsColumnType.Binary :
- case TdsColumnType.BigBinary :
- typeName = "binary";
- dbType = (int) SqlDbType.Binary;
- fieldType = typeof (byte[]);
- isLong = false;
- break;
- case TdsColumnType.Char :
- case TdsColumnType.BigChar :
- typeName = "char";
- dbType = (int) SqlDbType.Char;
- fieldType = typeof (string);
- isLong = false;
- break;
- case TdsColumnType.Bit :
- case TdsColumnType.BitN :
- typeName = "bit";
- dbType = (int) SqlDbType.Bit;
- fieldType = typeof (bool);
- isLong = false;
- break;
- case TdsColumnType.DateTime4 :
- case TdsColumnType.DateTime :
- case TdsColumnType.DateTimeN :
- switch (csize) {
- case 4:
- typeName = "smalldatetime";
- dbType = (int) SqlDbType.SmallDateTime;
- fieldType = typeof (DateTime);
- isLong = false;
- break;
- case 8:
- typeName = "datetime";
- dbType = (int) SqlDbType.DateTime;
- fieldType = typeof (DateTime);
- isLong = false;
- break;
- }
- break;
- case TdsColumnType.Money :
- case TdsColumnType.MoneyN :
- case TdsColumnType.Money4 :
- switch (csize) {
- case 4:
- typeName = "smallmoney";
- dbType = (int) SqlDbType.SmallMoney;
- fieldType = typeof (decimal);
- isLong = false;
- break;
- case 8:
- typeName = "money";
- dbType = (int) SqlDbType.Money;
- fieldType = typeof (decimal);
- isLong = false;
- break;
- }
- break;
- case TdsColumnType.NText :
- typeName = "ntext";
- dbType = (int) SqlDbType.NText;
- fieldType = typeof (string);
- isLong = true;
- break;
- case TdsColumnType.NVarChar :
- typeName = "nvarchar";
- dbType = (int) SqlDbType.NVarChar;
- fieldType = typeof (string);
- isLong = false;
- break;
- case TdsColumnType.Decimal :
- case TdsColumnType.Numeric :
- // TDS 7.0 returns bigint as decimal(19,0)
- if (precision == 19 && scale == 0) {
- typeName = "bigint";
- dbType = (int) SqlDbType.BigInt;
- fieldType = typeof (long);
- } else {
- typeName = "decimal";
- dbType = (int) SqlDbType.Decimal;
- fieldType = typeof (decimal);
- }
- isLong = false;
- break;
- case TdsColumnType.NChar :
- typeName = "nchar";
- dbType = (int) SqlDbType.NChar;
- fieldType = typeof (string);
- isLong = false;
- break;
- case TdsColumnType.SmallMoney :
- typeName = "smallmoney";
- dbType = (int) SqlDbType.SmallMoney;
- fieldType = typeof (decimal);
- isLong = false;
- break;
- default :
- typeName = "variant";
- dbType = (int) SqlDbType.Variant;
- fieldType = typeof (object);
- isLong = false;
- break;
- }
- }
- #if NET_2_0
- new
- #endif
- void Dispose (bool disposing)
- {
- if (!disposed) {
- if (disposing) {
- if (schemaTable != null)
- schemaTable.Dispose ();
- Close ();
- command = null;
- }
- disposed = true;
- }
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- bool GetBoolean (int i)
- {
- object value = GetValue (i);
- if (!(value is bool)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (bool) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- byte GetByte (int i)
- {
- object value = GetValue (i);
- if (!(value is byte)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (byte) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- long GetBytes (int i, long dataIndex, byte[] buffer, int bufferIndex, int length)
- {
- if ((command.CommandBehavior & CommandBehavior.SequentialAccess) != 0) {
- ValidateState ();
- EnsureDataAvailable ();
- try {
- long len = ((Tds)command.Tds).GetSequentialColumnValue (i, dataIndex, buffer, bufferIndex, length);
- if (len == -1)
- throw CreateGetBytesOnInvalidColumnTypeException (i);
- if (len == -2)
- #if NET_2_0
- throw new SqlNullValueException ();
- #else
- return 0;
- #endif
- return len;
- } catch (TdsInternalException ex) {
- command.Connection.Close ();
- throw SqlException.FromTdsInternalException ((TdsInternalException) ex);
- }
- }
- object value = GetValue (i);
- if (!(value is byte [])) {
- SqlDbType type = GetSchemaRowDbType (i);
- switch (type) {
- case SqlDbType.Image:
- if (value is DBNull)
- throw new SqlNullValueException ();
- break;
- case SqlDbType.Text:
- #if NET_2_0
- string text = value as string;
- if (text != null)
- value = Encoding.Default.GetBytes (text);
- else
- value = null;
- break;
- #else
- throw new InvalidCastException ();
- #endif
- case SqlDbType.NText:
- #if NET_2_0
- string ntext = value as string;
- if (ntext != null)
- value = Encoding.Unicode.GetBytes (ntext);
- else
- value = null;
- break;
- #else
- throw new InvalidCastException ();
- #endif
- default:
- throw CreateGetBytesOnInvalidColumnTypeException (i);
- }
- }
- if (buffer == null)
- return ((byte []) value).Length; // Return length of data
- // Copy data into buffer
- int availLen = (int) ( ( (byte []) value).Length - dataIndex);
- if (availLen < length)
- length = availLen;
- if (dataIndex < 0)
- return 0;
- Array.Copy ((byte []) value, (int) dataIndex, buffer, bufferIndex, length);
- return length; // return actual read count
- }
- [EditorBrowsableAttribute (EditorBrowsableState.Never)]
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- char GetChar (int i)
- {
- throw new NotSupportedException ();
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- long GetChars (int i, long dataIndex, char[] buffer, int bufferIndex, int length)
- {
- if ((command.CommandBehavior & CommandBehavior.SequentialAccess) != 0) {
- ValidateState ();
- EnsureDataAvailable ();
- if (i < 0 || i >= command.Tds.Columns.Count)
- throw new IndexOutOfRangeException ();
- Encoding encoding = null;
- byte mul = 1;
- TdsColumnType colType = (TdsColumnType) command.Tds.Columns[i]["ColumnType"];
- switch (colType) {
- case TdsColumnType.Text :
- case TdsColumnType.VarChar:
- case TdsColumnType.Char:
- case TdsColumnType.BigVarChar:
- encoding = Encoding.ASCII;
- break;
- case TdsColumnType.NText :
- case TdsColumnType.NVarChar:
- case TdsColumnType.NChar:
- encoding = Encoding.Unicode;
- mul = 2;
- break;
- default :
- return -1;
- }
- long count = 0;
- if (buffer == null) {
- count = GetBytes (i,0,(byte[]) null,0,0);
- return (count/mul);
- }
- length *= mul;
- byte[] arr = new byte [length];
- count = GetBytes (i, dataIndex, arr, 0, length);
- if (count == -1)
- throw new InvalidCastException ("Specified cast is not valid");
- Char[] val = encoding.GetChars (arr, 0, (int)count);
- val.CopyTo (buffer, bufferIndex);
- return val.Length;
- }
- char [] valueBuffer;
- object value = GetValue (i);
-
- if (value is char[])
- valueBuffer = (char[])value;
- else if (value is string)
- valueBuffer = ((string)value).ToCharArray();
- else {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
-
- if ( buffer == null ) {
- // Return length of data
- return valueBuffer.Length;
- }
- else {
- // Copy data into buffer
- Array.Copy (valueBuffer, (int) dataIndex, buffer, bufferIndex, length);
- return valueBuffer.Length - dataIndex;
- }
- }
-
- #if !NET_2_0
- [EditorBrowsableAttribute (EditorBrowsableState.Never)]
- public new IDataReader GetData (int i)
- {
- return ((IDataReader) this [i]);
- }
- #endif
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- string GetDataTypeName (int i)
- {
- TdsDataColumn column;
- TdsColumnType ctype;
- string datatypeName;
- int csize;
- short precision;
- short scale;
- ValidateState ();
- if (i < 0 || i >= command.Tds.Columns.Count)
- throw new IndexOutOfRangeException ();
- column = command.Tds.Columns [i];
- #if NET_2_0
- ctype = (TdsColumnType) column.ColumnType;
- csize = (int) column.ColumnSize;
- precision = (short) (column.NumericPrecision ?? 0);
- scale = (short) (column.NumericScale ?? 0);
- #else
- ctype = (TdsColumnType) column ["ColumnType"];
- csize = (int) column ["ColumnSize"];
- precision = (short) ((byte) column ["NumericPrecision"]);
- scale = (short) ((byte) column ["NumericScale"]);
- #endif
- return GetSchemaRowTypeName (ctype, csize, precision, scale);
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- DateTime GetDateTime (int i)
- {
- object value = GetValue (i);
- if (!(value is DateTime)) {
- if (value is DBNull) throw new SqlNullValueException ();
- else throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (DateTime) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- decimal GetDecimal (int i)
- {
- object value = GetValue (i);
- if (!(value is decimal)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (decimal) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- double GetDouble (int i)
- {
- object value = GetValue (i);
- if (!(value is double)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (double) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- Type GetFieldType (int i)
- {
- TdsDataColumn column;
- TdsColumnType ctype;
- int csize;
- short precision;
- short scale;
- ValidateState ();
- if (i < 0 || i >= command.Tds.Columns.Count)
- throw new IndexOutOfRangeException ();
- column = command.Tds.Columns [i];
- #if NET_2_0
- ctype = (TdsColumnType) column.ColumnType;
- csize = (int) column.ColumnSize;
- precision = (short) (column.NumericPrecision ?? 0);
- scale = (short) (column.NumericScale ?? 0);
- #else
- ctype = (TdsColumnType) column ["ColumnType"];
- csize = (int) column ["ColumnSize"];
- precision = (short) ((byte) column ["NumericPrecision"]);
- scale = (short) ((byte) column ["NumericScale"]);
- #endif
- return GetSchemaRowFieldType (ctype, csize, precision,
- scale);
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- float GetFloat (int i)
- {
- object value = GetValue (i);
- if (!(value is float)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (float) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- Guid GetGuid (int i)
- {
- object value = GetValue (i);
- if (!(value is Guid)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (Guid) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- short GetInt16 (int i)
- {
- object value = GetValue (i);
- if (!(value is short)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (short) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- int GetInt32 (int i)
- {
- object value = GetValue (i);
- if (!(value is int)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (int) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- long GetInt64 (int i)
- {
- object value = GetValue (i);
- if (!(value is long)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (long) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- string GetName (int i)
- {
- ValidateState ();
- if (i < 0 || i >= command.Tds.Columns.Count)
- throw new IndexOutOfRangeException ();
- #if NET_2_0
- return (string) command.Tds.Columns[i].ColumnName;
- #else
- return (string) command.Tds.Columns[i]["ColumnName"];
- #endif
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- int GetOrdinal (string name)
- {
- ValidateState ();
- if (name == null)
- throw new ArgumentNullException ("fieldName");
- string colName;
- foreach (TdsDataColumn schema in command.Tds.Columns) {
- #if NET_2_0
- colName = schema.ColumnName;
- if (colName.Equals (name) || String.Compare (colName, name, true) == 0)
- return (int) schema.ColumnOrdinal;
- #else
- colName = (string) schema["ColumnName"];
- if (colName.Equals (name) || String.Compare (colName, name, true) == 0)
- return (int) schema["ColumnOrdinal"];
- #endif
- }
- throw new IndexOutOfRangeException ();
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- DataTable GetSchemaTable ()
- {
- ValidateState ();
- if (schemaTable == null)
- schemaTable = ConstructSchemaTable ();
- if (schemaTable.Rows != null && schemaTable.Rows.Count > 0)
- return schemaTable;
- if (!moreResults)
- return null;
- foreach (TdsDataColumn schema in command.Tds.Columns) {
- DataRow row = schemaTable.NewRow ();
- #if NET_2_0
- row [COLUMN_NAME_IDX] = GetSchemaValue (schema.ColumnName);
- row [COLUMN_ORDINAL_IDX] = GetSchemaValue (schema.ColumnOrdinal);
- row [IS_UNIQUE_IDX] = GetSchemaValue (schema.IsUnique);
- row [IS_AUTO_INCREMENT_IDX] = GetSchemaValue (schema.IsAutoIncrement);
- row [IS_ROW_VERSION_IDX] = GetSchemaValue (schema.IsRowVersion);
- row [IS_HIDDEN_IDX] = GetSchemaValue (schema.IsHidden);
- row [IS_IDENTITY_IDX] = GetSchemaValue (schema.IsIdentity);
- row [NUMERIC_PRECISION_IDX] = GetSchemaValue (schema.NumericPrecision);
- row [IS_KEY_IDX] = GetSchemaValue (schema.IsKey);
- row [IS_ALIASED_IDX] = GetSchemaValue (schema.IsAliased);
- row [IS_EXPRESSION_IDX] = GetSchemaValue (schema.IsExpression);
- row [IS_READ_ONLY_IDX] = GetSchemaValue (schema.IsReadOnly);
- row [BASE_SERVER_NAME_IDX] = GetSchemaValue (schema.BaseServerName);
- row [BASE_CATALOG_NAME_IDX] = GetSchemaValue (schema.BaseCatalogName);
- row [BASE_COLUMN_NAME_IDX] = GetSchemaValue (schema.BaseColumnName);
- row [BASE_SCHEMA_NAME_IDX] = GetSchemaValue (schema.BaseSchemaName);
- row [BASE_TABLE_NAME_IDX] = GetSchemaValue (schema.BaseTableName);
- row [ALLOW_DBNULL_IDX] = GetSchemaValue (schema.AllowDBNull);
- #else
- row [COLUMN_NAME_IDX] = GetSchemaValue (schema, "ColumnName");
- row [COLUMN_ORDINAL_IDX] = GetSchemaValue (schema, "ColumnOrdinal");
- row [IS_UNIQUE_IDX] = GetSchemaValue (schema, "IsUnique");
- row [IS_AUTO_INCREMENT_IDX] = GetSchemaValue (schema, "IsAutoIncrement");
- row [IS_ROW_VERSION_IDX] = GetSchemaValue (schema, "IsRowVersion");
- row [IS_HIDDEN_IDX] = GetSchemaValue (schema, "IsHidden");
- row [IS_IDENTITY_IDX] = GetSchemaValue (schema, "IsIdentity");
- row [IS_KEY_IDX] = GetSchemaValue (schema, "IsKey");
- row [IS_ALIASED_IDX] = GetSchemaValue (schema, "IsAliased");
- row [IS_EXPRESSION_IDX] = GetSchemaValue (schema, "IsExpression");
- row [IS_READ_ONLY_IDX] = GetSchemaValue (schema, "IsReadOnly");
- row [BASE_SERVER_NAME_IDX] = GetSchemaValue (schema, "BaseServerName");
- row [BASE_CATALOG_NAME_IDX] = GetSchemaValue (schema, "BaseCatalogName");
- row [BASE_COLUMN_NAME_IDX] = GetSchemaValue (schema, "BaseColumnName");
- row [BASE_SCHEMA_NAME_IDX] = GetSchemaValue (schema, "BaseSchemaName");
- row [BASE_TABLE_NAME_IDX] = GetSchemaValue (schema, "BaseTableName");
- row [ALLOW_DBNULL_IDX] = GetSchemaValue (schema, "AllowDBNull");
- #endif
- // We don't always get the base column name.
- if (row [BASE_COLUMN_NAME_IDX] == DBNull.Value)
- row [BASE_COLUMN_NAME_IDX] = row [COLUMN_NAME_IDX];
- TdsColumnType ctype;
- int csize, dbType;
- Type fieldType;
- bool isLong;
- string typeName;
- short precision;
- short scale;
- #if NET_2_0
- ctype = (TdsColumnType) schema.ColumnType;
- csize = (int) schema.ColumnSize;
- precision = (short) GetSchemaValue (schema.NumericPrecision);
- scale = (short) GetSchemaValue (schema.NumericScale);
- #else
- ctype = (TdsColumnType) schema ["ColumnType"];
- csize = (int) schema ["ColumnSize"];
- precision = (short) ((byte) GetSchemaValue (schema, "NumericPrecision"));
- scale = (short) ((byte) GetSchemaValue (schema, "NumericScale"));
- #endif
- GetSchemaRowType (ctype, csize, precision, scale,
- out dbType, out fieldType, out isLong,
- out typeName);
-
- row [COLUMN_SIZE_IDX] = csize;
- row [NUMERIC_PRECISION_IDX] = precision;
- row [NUMERIC_SCALE_IDX] = scale;
- row [PROVIDER_TYPE_IDX] = dbType;
- row [DATA_TYPE_IDX] = fieldType;
- row [IS_LONG_IDX] = isLong;
- #if NET_2_0
- if ((bool)row [IS_HIDDEN_IDX] == false)
- visibleFieldCount += 1;
- #endif
- schemaTable.Rows.Add (row);
- }
- return schemaTable;
- }
- private static object GetSchemaValue (TdsDataColumn schema, string key)
- {
- object val = schema [key];
- if (val != null)
- return val;
- else
- return DBNull.Value;
- }
- #if NET_2_0
- static object GetSchemaValue (object value)
- {
- if (value == null)
- return DBNull.Value;
- return value;
- }
- #endif
-
- public
- #if NET_2_0
- virtual
- #endif
- SqlBinary GetSqlBinary (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlBinary))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlBinary) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlBoolean GetSqlBoolean (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlBoolean))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlBoolean) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlByte GetSqlByte (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlByte))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlByte) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlDateTime GetSqlDateTime (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlDateTime))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlDateTime) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlDecimal GetSqlDecimal (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlDecimal))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlDecimal) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlDouble GetSqlDouble (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlDouble))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlDouble) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlGuid GetSqlGuid (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlGuid))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlGuid) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlInt16 GetSqlInt16 (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlInt16))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlInt16) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlInt32 GetSqlInt32 (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlInt32))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlInt32) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlInt64 GetSqlInt64 (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlInt64))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlInt64) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlMoney GetSqlMoney (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlMoney))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlMoney) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlSingle GetSqlSingle (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlSingle))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlSingle) value;
- }
- public
- #if NET_2_0
- virtual
- #endif
- SqlString GetSqlString (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlString))
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- return (SqlString) value;
- }
- #if NET_2_0
- public virtual SqlXml GetSqlXml (int i)
- {
- object value = GetSqlValue (i);
- if (!(value is SqlXml)) {
- if (value is DBNull) {
- throw new SqlNullValueException ();
- } else if (command.Tds.TdsVersion == TdsVersion.tds70 && value is SqlString) {
- // Workaround for TDS 7 clients
- // Xml column types are supported only from Sql Server 2005 / TDS 8, however
- // when a TDS 7 client requests for Xml column data, Sql Server 2005 returns
- // it as NTEXT
- MemoryStream stream = null;
- if (!((SqlString) value).IsNull)
- stream = new MemoryStream (Encoding.Unicode.GetBytes (value.ToString()));
- value = new SqlXml (stream);
- } else {
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- }
- return (SqlXml) value;
- }
- #endif // NET_2_0
- public
- #if NET_2_0
- virtual
- #endif
- object GetSqlValue (int i)
- {
- int csize;
- short precision, scale;
- TdsColumnType ctype;
- TdsDataColumn column;
- object value = GetValue (i);
- SqlDbType type = GetSchemaRowDbType (i);
- switch (type) {
- case SqlDbType.BigInt:
- if (value == DBNull.Value)
- return SqlInt64.Null;
- return (SqlInt64) ((long) value);
- case SqlDbType.Binary:
- case SqlDbType.Image:
- case SqlDbType.VarBinary:
- case SqlDbType.Timestamp:
- if (value == DBNull.Value)
- return SqlBinary.Null;
- return (SqlBinary) ((byte[]) value);
- case SqlDbType.Bit:
- if (value == DBNull.Value)
- return SqlBoolean.Null;
- return (SqlBoolean) ((bool) value);
- case SqlDbType.Char:
- case SqlDbType.NChar:
- case SqlDbType.NText:
- case SqlDbType.NVarChar:
- case SqlDbType.Text:
- case SqlDbType.VarChar:
- if (value == DBNull.Value)
- return SqlString.Null;
- return (SqlString) ((string) value);
- case SqlDbType.DateTime:
- case SqlDbType.SmallDateTime:
- if (value == DBNull.Value)
- return SqlDateTime.Null;
- return (SqlDateTime) ((DateTime) value);
- case SqlDbType.Decimal:
- if (value == DBNull.Value)
- return SqlDecimal.Null;
- if (value is TdsBigDecimal)
- return SqlDecimal.FromTdsBigDecimal ((TdsBigDecimal) value);
- return (SqlDecimal) ((decimal) value);
- case SqlDbType.Float:
- if (value == DBNull.Value)
- return SqlDouble.Null;
- return (SqlDouble) ((double) value);
- case SqlDbType.Int:
- if (value == DBNull.Value)
- return SqlInt32.Null;
- return (SqlInt32) ((int) value);
- case SqlDbType.Money:
- case SqlDbType.SmallMoney:
- if (value == DBNull.Value)
- return SqlMoney.Null;
- return (SqlMoney) ((decimal) value);
- case SqlDbType.Real:
- if (value == DBNull.Value)
- return SqlSingle.Null;
- return (SqlSingle) ((float) value);
- case SqlDbType.UniqueIdentifier:
- if (value == DBNull.Value)
- return SqlGuid.Null;
- return (SqlGuid) ((Guid) value);
- case SqlDbType.SmallInt:
- if (value == DBNull.Value)
- return SqlInt16.Null;
- return (SqlInt16) ((short) value);
- case SqlDbType.TinyInt:
- if (value == DBNull.Value)
- return SqlByte.Null;
- return (SqlByte) ((byte) value);
- #if NET_2_0
- case SqlDbType.Xml:
- if (value == DBNull.Value)
- return SqlByte.Null;
- return (SqlXml) value;
- #endif
- }
- throw new InvalidOperationException ("The type of this column is unknown.");
- }
- public
- #if NET_2_0
- virtual
- #endif
- int GetSqlValues (object[] values)
- {
- ValidateState ();
- EnsureDataAvailable ();
- if (values == null)
- throw new ArgumentNullException ("values");
- int count = 0;
- int columnCount = command.Tds.Columns.Count;
- int arrayCount = values.Length;
- if (arrayCount > columnCount)
- count = columnCount;
- else
- count = arrayCount;
- for (int i = 0; i < count; i += 1)
- values [i] = GetSqlValue (i);
- return count;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- string GetString (int i)
- {
- object value = GetValue (i);
- if (!(value is string)) {
- if (value is DBNull) throw new SqlNullValueException ();
- throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- }
- return (string) value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- object GetValue (int i)
- {
- ValidateState ();
- EnsureDataAvailable ();
- if (i < 0 || i >= command.Tds.Columns.Count)
- throw new IndexOutOfRangeException ();
- try {
- if ((command.CommandBehavior & CommandBehavior.SequentialAccess) != 0) {
- return ((Tds)command.Tds).GetSequentialColumnValue (i);
- }
- } catch (TdsInternalException ex) {
- command.Connection.Close ();
- throw SqlException.FromTdsInternalException ((TdsInternalException) ex);
- }
- return command.Tds.ColumnValues [i];
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- int GetValues (object[] values)
- {
- ValidateState ();
- EnsureDataAvailable ();
- if (values == null)
- throw new ArgumentNullException ("values");
- int len = values.Length;
- int bigDecimalIndex = command.Tds.ColumnValues.BigDecimalIndex;
- // If a four-byte decimal is stored, then we can't convert to
- // a native type. Throw an OverflowException.
- if (bigDecimalIndex >= 0 && bigDecimalIndex < len)
- throw new OverflowException ();
- try {
- command.Tds.ColumnValues.CopyTo (0, values, 0,
- len > command.Tds.ColumnValues.Count ? command.Tds.ColumnValues.Count : len);
- } catch (TdsInternalException ex) {
- command.Connection.Close ();
- throw SqlException.FromTdsInternalException ((TdsInternalException) ex);
- }
- return (len < FieldCount ? len : FieldCount);
- }
- #if !NET_2_0
- void IDisposable.Dispose ()
- {
- Dispose (true);
- GC.SuppressFinalize (this);
- }
- #endif
- #if NET_2_0
- public override IEnumerator GetEnumerator ()
- #else
- IEnumerator IEnumerable.GetEnumerator ()
- #endif
- {
- return new DbEnumerator (this);
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- bool IsDBNull (int i)
- {
- return GetValue (i) == DBNull.Value;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- bool NextResult ()
- {
- ValidateState ();
- if ((command.CommandBehavior & CommandBehavior.SingleResult) != 0 && resultsRead > 0) {
- moreResults = false;
- rowsRead = 0;
- haveRead = false;
- return false;
- }
- try {
- moreResults = command.Tds.NextResult ();
- } catch (TdsInternalException ex) {
- command.Connection.Close ();
- throw SqlException.FromTdsInternalException ((TdsInternalException) ex);
- }
- if (!moreResults)
- command.GetOutputParameters ();
- else {
- // new schema - don't do anything except reset schemaTable as command.Tds.Columns is already updated
- schemaTable = null;
- }
- rowsRead = 0;
- haveRead = false;
- resultsRead += 1;
- return moreResults;
- }
- public
- #if NET_2_0
- override
- #endif // NET_2_0
- bool Read ()
- {
- ValidateState ();
- if (!haveRead || readResultUsed)
- readResult = ReadRecord ();
- readResultUsed = true;
- return readResult;
- }
- internal bool ReadRecord ()
- {
- readResultUsed = false;
- if ((command.CommandBehavior & CommandBehavior.SingleRow) != 0 && haveRead)
- return false;
- if ((command.CommandBehavior & CommandBehavior.SchemaOnly) != 0)
- return false;
- if (!moreResults)
- return false;
- try {
- bool result = command.Tds.NextRow ();
- if (result)
- rowsRead++;
- haveRead = true;
- return result;
- } catch (TdsInternalException ex) {
- command.Connection.Close ();
- throw SqlException.FromTdsInternalException ((TdsInternalException) ex);
- }
- }
-
- void ValidateState ()
- {
- if (IsClosed)
- throw new InvalidOperationException ("Invalid attempt to read data when reader is closed");
- }
- void EnsureDataAvailable ()
- {
- if (!readResult || !haveRead || !readResultUsed)
- throw new InvalidOperationException ("No data available.");
- }
- InvalidCastException CreateGetBytesOnInvalidColumnTypeException (int ordinal)
- {
- string message = string.Format (CultureInfo.InvariantCulture,
- "Invalid attempt to GetBytes on column '{0}'." +
- "The GetBytes function can only be used on " +
- "columns of type Text, NText, or Image.",
- GetName (ordinal));
- return new InvalidCastException (message);
- }
- #if NET_2_0
- public override Type GetProviderSpecificFieldType (int i)
- {
- return (GetSqlValue (i).GetType());
- }
- public override object GetProviderSpecificValue (int i)
- {
- return (GetSqlValue (i));
- }
- public override int GetProviderSpecificValues (object [] values)
- {
- return (GetSqlValues (values));
- }
- public virtual SqlBytes GetSqlBytes (int i)
- {
- //object value = GetSqlValue (i);
- //if (!(value is SqlBinary))
- // throw new InvalidCastException ("Type is " + value.GetType ().ToString ());
- Byte[] val = (byte[])GetValue(i);
- SqlBytes sb = new SqlBytes (val);
- return (sb);
- }
- #endif // NET_2_0
- #endregion // Methods
- }
- }
|