StoredProcedureParameter.IsNull Property
Returns a value that indicates whether the parameter for a stored procedure is nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Property IsNull As Boolean
'Usage
Dim instance As StoredProcedureParameter
Dim value As Boolean
value = instance.IsNull
instance.IsNull = value
public bool IsNull { get; set; }
public:
property bool IsNull {
bool get ();
void set (bool value);
}
function get IsNull () : boolean
function set IsNull (value : boolean)
Property Value
Type: System.Boolean
true if the parameter is nulla null reference (Nothing in Visual Basic); otherwise, false.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.