Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.Common.DbDataRecord Class Referenceabstract

Public Member Functions

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

Protected Member Functions

virtual DbDataReader GetDbDataReader (int i)
 

Properties

int FieldCount [get]
 
object this[int i] [get]
 
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)
 

Detailed Description

Definition at line 6 of file DbDataRecord.cs.


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