BusinessLogicParameter.IsNullable Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets a value that indicates whether the parameter accepts null values.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public ReadOnly Property IsNullable As Boolean 
    Get
'Usage
Dim instance As BusinessLogicParameter 
Dim value As Boolean 

value = instance.IsNullable
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
    bool get () sealed;
}
abstract IsNullable : bool 
override IsNullable : bool
final function get IsNullable () : boolean

Property Value

Type: System.Boolean
true if null values are accepted; otherwise, false.

Implements

IDataParameter.IsNullable

See Also

Reference

BusinessLogicParameter Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace