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