英語で読む

次の方法で共有


SqlBoolean.LessThan(SqlBoolean, SqlBoolean) メソッド

定義

SqlBoolean の 2 つのインスタンスを比較して、最初のインスタンスが 2 番目のインスタンスより小さいかどうかを確認します。

C#
public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y);

パラメーター

x
SqlBoolean

SqlBoolean 構造。

y
SqlBoolean

SqlBoolean 構造。

戻り値

最初のインスタンスが 2 番目のインスタンスより小さい場合は True。それ以外の場合は False

注釈

または y のいずれかのxインスタンスが null の場合、 のSqlBoolean値は null になります。

適用対象

製品 バージョン
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

こちらもご覧ください