TypedDataRow.GetSByte(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
public:
System::SByte GetSByte(System::String ^ columnName);
[System.CLSCompliant(false)]
public sbyte GetSByte (string columnName);
member this.GetSByte : string -> sbyte
Public Function GetSByte (columnName As String) As SByte
Parameters
- columnName
- String
Returns
- Attributes