This topic has not yet been rated - Rate this topic

DbDataRecord Class

Implements IDataRecord and ICustomTypeDescriptor, and provides data binding support for DbEnumerator.

System.Object
  System.Data.Common.DbDataRecord
    System.Data.Objects.DbUpdatableDataRecord

Namespace:  System.Data.Common
Assembly:  System.Data (in System.Data.dll)
public abstract class DbDataRecord : ICustomTypeDescriptor, 
	IDataRecord

The DbDataRecord type exposes the following members.

  Name Description
Protected method Supported by the XNA Framework DbDataRecord Initializes a new instance of the DbDataRecord class.
Top
  Name Description
Public property Supported by the XNA Framework FieldCount Indicates the number of fields within the current record. This property is read-only.
Public property Supported by the XNA Framework Item[Int32] Indicates the value at the specified column in its native format given the column ordinal. This property is read-only.
Public property Supported by the XNA Framework Item[String] Indicates the value at the specified column in its native format given the column name. This property is read-only.
Top
  Name Description
Public method Supported by the XNA Framework Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the XNA Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the XNA Framework GetBoolean Returns the value of the specified column as a Boolean.
Public method Supported by the XNA Framework GetByte Returns the value of the specified column as a byte.
Public method Supported by the XNA Framework GetBytes Returns the value of the specified column as a byte array.
Public method Supported by the XNA Framework GetChar Returns the value of the specified column as a character.
Public method Supported by the XNA Framework GetChars Returns the value of the specified column as a character array.
Public method Supported by the XNA Framework GetData Infrastructure. Not currently supported.
Public method Supported by the XNA Framework GetDataTypeName Returns the name of the back-end data type.
Public method Supported by the XNA Framework GetDateTime Returns the value of the specified column as a DateTime object.
Protected method Supported by the XNA Framework GetDbDataReader Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation.
Public method Supported by the XNA Framework GetDecimal Returns the value of the specified column as a Decimal object.
Public method Supported by the XNA Framework GetDouble Returns the value of the specified column as a double-precision floating-point number.
Public method Supported by the XNA Framework GetFieldType Returns the Type that is the data type of the object.
Public method Supported by the XNA Framework GetFloat Returns the value of the specified column as a single-precision floating-point number.
Public method Supported by the XNA Framework GetGuid Returns the GUID value of the specified field.
Public method Supported by the XNA Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by the XNA Framework GetInt16 Returns the value of the specified column as a 16-bit signed integer.
Public method Supported by the XNA Framework GetInt32 Returns the value of the specified column as a 32-bit signed integer.
Public method Supported by the XNA Framework GetInt64 Returns the value of the specified column as a 64-bit signed integer.
Public method Supported by the XNA Framework GetName Returns the name of the specified column.
Public method Supported by the XNA Framework GetOrdinal Returns the column ordinal, given the name of the column.
Public method Supported by the XNA Framework GetString Returns the value of the specified column as a string.
Public method Supported by the XNA Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Supported by the XNA Framework GetValue Returns the value at the specified column in its native format.
Public method Supported by the XNA Framework GetValues Populates an array of objects with the column values of the current record.
Public method Supported by the XNA Framework IsDBNull Used to indicate nonexistent values.
Protected method Supported by the XNA Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by the XNA Framework ToString Returns a string that represents the current object. (Inherited from Object.)
Top
  Name Description
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetAttributes Returns a collection of custom attributes for this instance of a component.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetClassName Returns the class name of this instance of a component.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetComponentName Returns the name of this instance of a component.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetConverter Returns a type converter for this instance of a component.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetDefaultEvent Returns the default event for this instance of a component.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetDefaultProperty Returns the default property for this instance of a component.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetEditor Returns an editor of the specified type for this instance of a component.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetEvents() Returns the events for this instance of a component.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetEvents(Attribute[]) Returns the events for this instance of a component using the specified attribute array as a filter.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetProperties() Returns the properties for this instance of a component.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetProperties(Attribute[]) Returns the properties for this instance of a component using the attribute array as a filter.
Explicit interface implemetation Private method Supported by the XNA Framework ICustomTypeDescriptor.GetPropertyOwner Returns an object that contains the property described by the specified property descriptor.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ