PrimaryKeyValue Operators and Type ConversionsAliyun Open Services SDK for .NET

The PrimaryKeyValue type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberEquality
相等操作符。
Public operatorStatic member(PrimaryKeyValue to String)
显式转换操作符,将PrimaryKeyValue对象转换为String对象。
Public operatorStatic member(PrimaryKeyValue to Int64)
显式转换操作符,将PrimaryKeyValue对象转换为Int64对象。
Public operatorStatic member(PrimaryKeyValue to Boolean)
显式转换操作符,将PrimaryKeyValue对象转换为Boolean对象。
Public operatorStatic member(Boolean to PrimaryKeyValue)
隐式转换操作符,将Boolean对象转换为PrimaryKeyValue对象。
Public operatorStatic member(Int64 to PrimaryKeyValue)
隐式转换操作符,将Int64对象转换为PrimaryKeyValue对象。
Public operatorStatic member(String to PrimaryKeyValue)
隐式转换操作符,将String对象转换为PrimaryKeyValue对象。 主键值不能为空引用或者长度为0的字符串。
Public operatorStatic memberInequality
不相等操作符。
Top
See Also

Reference