Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
パラメータが NULL 値を受け入れるかどうかを指定します。
Public Overrides Property IsNullable As Boolean
public override bool IsNullable {get;set;}
NULL 値を受け入れる場合は true、受け入れない場合は false。デフォルトは false です。NULL 値は DBNull クラスを使用して処理されます。
Ultra Light.NET では、パラメータは IN パラメータとしてのみ使用できるほか、マッピング情報はすべて無視されます。重要なのは、ULParameter.Value プロパティだけです。