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