|
I have a database that I have converted that has a boolean field. MySQL converts the Boolean value to TinyInt due to no true logical field. When I generate my classes with ...
|
|
Members: CLR: Microsoft SQL Server: Oracle: operator +(SByte, SByte) + + + operator /(SByte, SByte) + + + operator ==(SByte, SByte) + + + operator >(SByte, SByte)
|
|
The fields of System.SByte are listed below. For a list of all members, see the SByte Members list. See Also: Inherited members from System.ValueType
|
|
Mono Class Library : System Namespace System.SByte Structure ... Thread Safety This type is safe for multithreaded operations. Remarks The SByte data ...
|
|
Represents an 8-bit signed integer. ... The SByte value type represents integers with values ranging from negative 128 to positive 127.
|
|
Represents an 8-bit signed integer. The SByte type is not CLS-compliant. The CLS-compliant alternative type is Int16 . For more information about CLS compliance, see What is the ...
|
|
Base Types Object ValueType SByte. This type implements IComparable , IFormattable , System.IComparable, and System.IEquatable
|