.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. System.Data.Objects
  3. CurrentValueRecord
  4. FieldCount
  • CurrentValueRecord
    • DataRecordInfo
    • FieldCount
    • this[Int32]
    • this[String]
    • GetBoolean(Int32)
    • GetByte(Int32)
    • GetBytes(Int32, Int64, Byte[], Int32, Int32)
    • GetChar(Int32)
    • GetChars(Int32, Int64, Char[], Int32, Int32)
    • GetDataReader(Int32)
    • GetDataRecord(Int32)
    • GetDataTypeName(Int32)
    • GetDateTime(Int32)
    • GetDbDataReader(Int32)
    • GetDecimal(Int32)
    • GetDouble(Int32)
    • GetFieldType(Int32)
    • GetFloat(Int32)
    • GetGuid(Int32)
    • GetInt16(Int32)
    • GetInt32(Int32)
    • GetInt64(Int32)
    • GetName(Int32)
    • GetOrdinal(String)
    • GetRecordValue(Int32)
    • GetString(Int32)
    • GetValue(Int32)
    • GetValues(Object[])
    • IsDBNull(Int32)
    • SetBoolean(Int32, Boolean)
    • SetByte(Int32, Byte)
    • SetChar(Int32, Char)
    • SetDataRecord(Int32, IDataRecord)
    • SetDateTime(Int32, DateTime)
    • SetDBNull(Int32)
    • SetDecimal(Int32, Decimal)
    • SetDouble(Int32, Double)
    • SetFloat(Int32, Single)
    • SetGuid(Int32, Guid)
    • SetInt16(Int32, Int16)
    • SetInt32(Int32, Int32)
    • SetInt64(Int32, Int64)
    • SetRecordValue(Int32, Object)
    • SetString(Int32, String)
    • SetValue(Int32, Object)
    • SetValues(Object[])
net35
namespace System.Data.Objects
{
    [DefaultMember("Item")]
    public abstract class CurrentValueRecord : DbDataRecord, IDataRecord, IExtendedDataRecord
    {
        public override int FieldCount { get; }
    }
}
.NET Framework 3.5
Information specific to net35
Assembly

System.Data.Entity , Version=3.5.0.0, PublicKeyToken=b77a5c561934e089

Referencing

Your project needs an assembly reference to System.Data.Entity.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙