DbCurrency.GetTypeCode Method | |
Returns the TypeCode for this instance.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax METHOD GetTypeCode() AS TypeCode
public TypeCode GetTypeCode()
Request Example
View SourceReturn Value
Type:
TypeCodeThe enumerated constant that is the
TypeCode of the class or value type that implements this interface.
Implements
GetTypeCodeSee Also