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