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 クラスを使用して処理されます。