AdomdDataReader 方法

AdomdDataReader 类型公开以下成员。

方法

  名称 说明
公共方法 Close Closes the AdomdDataReader.
公共方法 CreateObjRef (从 MarshalByRefObject 继承。)
公共方法 Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetBoolean Returns a Boolean that contains the value from the specified column.
公共方法 GetByte Returns a Byte that contains the value from the specified column.
公共方法 GetBytes This member is reserved for future use.
公共方法 GetChar Returns a Char that contains the value from the specified column.
公共方法 GetChars Returns an array of Char objects that contain a stream of values from the specified column.
公共方法 GetData Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data.
公共方法 GetDataReader Gets an AdomdDataReader object from the specified column.
公共方法 GetDataTypeName Returns a String that contains the full name of the data type for the specified column.
公共方法 GetDateTime Returns a DateTime that contains the value from the specified column.
公共方法 GetDecimal Returns a Decimal that contains the value from the specified column.
公共方法 GetDouble Returns a Double that contains the value from the specified column.
公共方法 GetEnumerator Gets an IEnumerator interface for iterating through the collection.
公共方法 GetFieldType Returns a Type that represents the data type of the specified column.
公共方法 GetFloat Returns a Float that contains the value from the specified column.
公共方法 GetGuid Returns a Guid that contains the value from the specified column.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetInt16 Returns an Int16 that contains the value from the specified column.
公共方法 GetInt32 Returns an Int32 that contains the value from the specified column.
公共方法 GetInt64 Returns an Int64 that contains the value from the specified column.
公共方法 GetLifetimeService (从 MarshalByRefObject 继承。)
公共方法 GetName Returns the name of the specified column.
公共方法 GetOrdinal Returns the ordinal position of the specified column.
公共方法 GetSchemaTable Returns a DataTable that describes the column metadata of the AdomdDataReader.
公共方法 GetString Returns a String that contains the value from the specified column.
公共方法 GetTimeSpan Returns a TimeSpan that contains the value from the specified column.
公共方法 GetType (从 Object 继承。)
公共方法 GetValue Returns the value for the specified column in its native format.
公共方法 GetValues Gets an array of values for all of the columns in the current row.
公共方法 InitializeLifetimeService (从 MarshalByRefObject 继承。)
公共方法 IsDBNull Returns a Boolean that contains a value indicating whether the column is set to null.
受保护方法 MemberwiseClone() () () () (从 Object 继承。)
受保护方法 MemberwiseClone(Boolean) (从 MarshalByRefObject 继承。)
公共方法 NextResult This member is reserved for future use.
公共方法 Read Advances the AdomdDataReader to the next row.
公共方法 ToString (从 Object 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IEnumerable. . :: . .GetEnumerator

页首