NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADODataReader Methods

The methods of the ADODataReader class are listed below. For a complete list of ADODataReader class members, see the ADODataReader Members topic.

Public:

Close [To be supplied.]
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetBoolean [To be supplied.]
GetByte [To be supplied.]
GetBytes [To be supplied.]
GetChar [To be supplied.]
GetChars [To be supplied.]
GetCurrency [To be supplied.]
GetData [To be supplied.]
GetDataTypeName [To be supplied.]
GetDataTypeNamespace [To be supplied.]
GetDateTime [To be supplied.]
GetDecimal [To be supplied.]
GetDouble [To be supplied.]
GetFieldType [To be supplied.]
GetFloat [To be supplied.]
GetGuid [To be supplied.]
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInt16 [To be supplied.]
GetInt32 [To be supplied.]
GetInt64 [To be supplied.]
GetName [To be supplied.]
GetNamespace [To be supplied.]
GetOrdinal Overloaded. [To be supplied.]
GetPrefix [To be supplied.]
GetRaw [To be supplied.]
GetSByte [To be supplied.]
GetStream [To be supplied.]
GetString [To be supplied.]
GetTimeSpan [To be supplied.]
GetType (inherited from Object) Gets the Type of the Object.
GetUInt16 [To be supplied.]
GetUInt32 [To be supplied.]
GetUInt64 [To be supplied.]
GetValue Overloaded. [To be supplied.]
GetValues [To be supplied.]
IsNull [To be supplied.]
Read [To be supplied.]
SetRowBuffer [To be supplied.]
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

CreateNewSchemaTable (inherited from DBDataReader) [To be supplied.]
Finalize [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnDataSchemaChangedEvent (inherited from DBDataReader) [To be supplied.]

Event Hookup:

AddOnDataSchemaChanged (inherited from DBDataReader) [To be supplied.]
RemoveOnDataSchemaChanged (inherited from DBDataReader) [To be supplied.]

See Also

ADODataReader Class | System.Data.ADO Namespace