PrimaryKeyValue  Conversion (Boolean to PrimaryKeyValue)Aliyun Open Services SDK for .NET
隐式转换操作符,将Boolean对象转换为PrimaryKeyValue对象。

Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public static implicit operator PrimaryKeyValue (
	bool value
)

Parameters

value
Type: SystemBoolean
Boolean对象。

Return Value

Type: PrimaryKeyValue
PrimaryKeyValue对象。
See Also

Reference