'宣言 Public Function Gte( _ ByVal val As System.Object _ ) As ColumnCondition
public ColumnCondition Gte( System.object val )
パラメータ
- val
- 値。
戻り値の型
列値が指定された値以上の場合は true。
'宣言 Public Function Gte( _ ByVal val As System.Object _ ) As ColumnCondition
public ColumnCondition Gte( System.object val )