DatabaseValueCase 演算子と型変換 |
DatabaseValueCase 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() ![]() | Equality |
==
|
![]() ![]() | (TupleInt32, String to DatabaseValueCase) |
Tuple<int, string> -> DatabaseValueCase 型変換
|
![]() ![]() | (ValueTupleInt32, String to DatabaseValueCase) |
(int, string) -> DatabaseValueCase 型変換
|
![]() ![]() | (DatabaseValueCase to TupleInt32, String) |
DatabaseValueCase -> Tuple<int, string> 型変換
|
![]() ![]() | (DatabaseValueCase to ValueTupleInt32, String) |
DatabaseValueCase -> (int, string) 型変換
|
![]() ![]() | Inequality |
!=
|