DataReaderExtensions.GetDecimal(DbDataReader, String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the specified column as a Decimal.
public:
[System::Runtime::CompilerServices::Extension]
static System::Decimal GetDecimal(System::Data::Common::DbDataReader ^ reader, System::String ^ name);
C#
public static decimal GetDecimal(this System.Data.Common.DbDataReader reader, string name);
static member GetDecimal : System.Data.Common.DbDataReader * string -> decimal
<Extension()>
Public Function GetDecimal (reader As DbDataReader, name As String) As Decimal
- reader
- DbDataReader
The data reader to get the column value from.
- name
- String
The name of the column.
The value of the specified column.
The name specified is not a valid column name.
The specified cast is not valid.
Termék | Verziók |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.1 |
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
.NET-visszajelzés
A(z) .NET egy nyílt forráskód projekt. Visszajelzés adásához válasszon egy hivatkozást: