IDbReaderGetAsSByte Method |
Get To SByte
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxsbyte GetAsSByte(
string name
)
Function GetAsSByte (
name As String
) As SByte
signed char GetAsSByte(
String^ name
)
abstract GetAsSByte :
name : string -> sbyte
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Adf.Db.IDbReader.GetAsSByte(System.String)"]
Return Value
Type:
SByte[Missing <returns> documentation for "M:Adf.Db.IDbReader.GetAsSByte(System.String)"]
See Also