|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static bool | GetBoolean (this DbDataReader reader, string name) |
| static byte | GetByte (this DbDataReader reader, string name) |
| static long | GetBytes (this DbDataReader reader, string name, long dataOffset, byte[] buffer, int bufferOffset, int length) |
| static char | GetChar (this DbDataReader reader, string name) |
| static long | GetChars (this DbDataReader reader, string name, long dataOffset, char[] buffer, int bufferOffset, int length) |
| static DbDataReader | GetData (this DbDataReader reader, string name) |
| static string | GetDataTypeName (this DbDataReader reader, string name) |
| static DateTime | GetDateTime (this DbDataReader reader, string name) |
| static decimal | GetDecimal (this DbDataReader reader, string name) |
| static double | GetDouble (this DbDataReader reader, string name) |
| static Type | GetFieldType (this DbDataReader reader, string name) |
| static T | GetFieldValue< T > (this DbDataReader reader, string name) |
| static Task< T > | GetFieldValueAsync< T > (this DbDataReader reader, string name, CancellationToken cancellationToken=default(CancellationToken)) |
| static float | GetFloat (this DbDataReader reader, string name) |
| static Guid | GetGuid (this DbDataReader reader, string name) |
| static short | GetInt16 (this DbDataReader reader, string name) |
| static int | GetInt32 (this DbDataReader reader, string name) |
| static long | GetInt64 (this DbDataReader reader, string name) |
| static Type | GetProviderSpecificFieldType (this DbDataReader reader, string name) |
| static object | GetProviderSpecificValue (this DbDataReader reader, string name) |
| static Stream | GetStream (this DbDataReader reader, string name) |
| static string | GetString (this DbDataReader reader, string name) |
| static TextReader | GetTextReader (this DbDataReader reader, string name) |
| static object | GetValue (this DbDataReader reader, string name) |
| static bool | IsDBNull (this DbDataReader reader, string name) |
| static Task< bool > | IsDBNullAsync (this DbDataReader reader, string name, CancellationToken cancellationToken=default(CancellationToken)) |
Static Private Member Functions | |
| static void | AssertNotNull ([NotNull] DbDataReader reader) |
Definition at line 10 of file DataReaderExtensions.cs.