IDbReaderGetAsInt16 Method |
Get To Int16
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxshort GetAsInt16(
string name
)
Function GetAsInt16 (
name As String
) As Short
short GetAsInt16(
String^ name
)
abstract GetAsInt16 :
name : string -> int16
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Adf.Db.IDbReader.GetAsInt16(System.String)"]
Return Value
Type:
Int16[Missing <returns> documentation for "M:Adf.Db.IDbReader.GetAsInt16(System.String)"]
See Also