IDbReaderGetAsUInt16 Method |
Get To Uint16
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxushort GetAsUInt16(
string name
)
Function GetAsUInt16 (
name As String
) As UShort
unsigned short GetAsUInt16(
String^ name
)
abstract GetAsUInt16 :
name : string -> uint16
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Adf.Db.IDbReader.GetAsUInt16(System.String)"]
Return Value
Type:
UInt16[Missing <returns> documentation for "M:Adf.Db.IDbReader.GetAsUInt16(System.String)"]
See Also