asp.net.ph

DbDataRecord Class

System.Data.Common Namespace


NOTE: This member is used internally by the .NET infrastructure and is not intended to be called directly from your code.

DbDataRecord Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public FieldCount Int32 [ Get ]
public Item ( String name ) Object [ Get ]
public Item ( Int32 i ) Object [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public GetBoolean ( Int32 i ) Boolean
public GetByte ( Int32 i ) Byte
public GetBytes ( Int32 i , Int64 dataIndex , Byte buffer , Int32 bufferIndex , Int32 length ) Int64
public GetChar ( Int32 i ) Char
public GetChars ( Int32 i , Int64 dataIndex , Char buffer , Int32 bufferIndex , Int32 length ) Int64
public GetData ( Int32 i ) IDataReader
public GetDataTypeName ( Int32 i ) String
public GetDateTime ( Int32 i ) DateTime
protected GetDbDataReader ( Int32 i ) DbDataReader
public GetDecimal ( Int32 i ) Decimal
public GetDouble ( Int32 i ) Double
public GetFieldType ( Int32 i ) Type
public GetFloat ( Int32 i ) Single
public GetGuid ( Int32 i ) Guid
public GetInt16 ( Int32 i ) Int16
public GetInt32 ( Int32 i ) Int32
public GetInt64 ( Int32 i ) Int64
public GetName ( Int32 i ) String
public GetOrdinal ( String name ) Int32
public GetString ( Int32 i ) String
public GetValue ( Int32 i ) Object
public GetValues ( Object values ) Int32
public IsDBNull ( Int32 i ) Boolean
Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph