Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.Common.DataRecordInternal Class Referencesealed

Public Member Functions

override int GetValues (object[] values)
 
override string GetName (int i)
 
override object GetValue (int i)
 
override string GetDataTypeName (int i)
 
override Type GetFieldType (int i)
 
override int GetOrdinal (string name)
 
override bool GetBoolean (int i)
 
override byte GetByte (int i)
 
override long GetBytes (int i, long dataIndex, byte[] buffer, int bufferIndex, int length)
 
override char GetChar (int i)
 
override long GetChars (int i, long dataIndex, char[] buffer, int bufferIndex, int length)
 
override Guid GetGuid (int i)
 
override short GetInt16 (int i)
 
override int GetInt32 (int i)
 
override long GetInt64 (int i)
 
override float GetFloat (int i)
 
override double GetDouble (int i)
 
override string GetString (int i)
 
override decimal GetDecimal (int i)
 
override DateTime GetDateTime (int i)
 
override bool IsDBNull (int i)
 
long GetBytes (int i, long dataIndex, byte[]? buffer, int bufferIndex, int length)
 
long GetChars (int i, long dataIndex, char[]? buffer, int bufferIndex, int length)
 
IDataReader GetData (int i)
 
EventDescriptorCollection GetEvents (Attribute[]? attributes)
 
PropertyDescriptorCollection GetProperties (Attribute[]? attributes)
 
object? GetPropertyOwner (PropertyDescriptor? pd)
 

Protected Member Functions

virtual DbDataReader GetDbDataReader (int i)
 

Package Functions

 DataRecordInternal (SchemaInfo[] schemaInfo, object[] values, PropertyDescriptorCollection descriptors, FieldNameLookup fieldNameLookup)
 

Properties

override int FieldCount [get]
 
override object this[int i] [get]
 
override object this[string name] [get]
 

Private Member Functions

AttributeCollection ICustomTypeDescriptor. GetAttributes ()
 
string ICustomTypeDescriptor. GetClassName ()
 
string ICustomTypeDescriptor. GetComponentName ()
 
TypeConverter ICustomTypeDescriptor. GetConverter ()
 
EventDescriptor ICustomTypeDescriptor. GetDefaultEvent ()
 
PropertyDescriptor ICustomTypeDescriptor. GetDefaultProperty ()
 
object ICustomTypeDescriptor. GetEditor (Type editorBaseType)
 
EventDescriptorCollection ICustomTypeDescriptor. GetEvents ()
 
EventDescriptorCollection ICustomTypeDescriptor. GetEvents (Attribute[] attributes)
 
PropertyDescriptorCollection ICustomTypeDescriptor. GetProperties ()
 
PropertyDescriptorCollection ICustomTypeDescriptor. GetProperties (Attribute[] attributes)
 
object ICustomTypeDescriptor. GetPropertyOwner (PropertyDescriptor pd)
 

Private Attributes

readonly SchemaInfo[] _schemaInfo
 
readonly object[] _values
 
PropertyDescriptorCollection _propertyDescriptors
 
readonly FieldNameLookup _fieldNameLookup
 

Detailed Description

Definition at line 7 of file DataRecordInternal.cs.


The documentation for this class was generated from the following file: