IDbReaderGetAsDecimail Method |
Get To Decimal
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxdecimal GetAsDecimail(
string name
)
Function GetAsDecimail (
name As String
) As Decimal
Decimal GetAsDecimail(
String^ name
)
abstract GetAsDecimail :
name : string -> decimal
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Adf.Db.IDbReader.GetAsDecimail(System.String)"]
Return Value
Type:
Decimal[Missing <returns> documentation for "M:Adf.Db.IDbReader.GetAsDecimail(System.String)"]
See Also