RemoteArgument.DBNullValue Proprietà

Definizione

Ottiene o imposta l'oggetto DBNull rappresentato da RemoteArgument.

public:
 property DBNull ^ DBNullValue { DBNull ^ get(); void set(DBNull ^ value); };
public DBNull DBNullValue { get; set; }
member this.DBNullValue : DBNull with get, set
Public Property DBNullValue As DBNull

Valore della proprietà

Oggetto DBNull rappresentato da RemoteArgument, null se il valore di RemoteArgument non è stato ancora specificato.

Eccezioni

La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.

-oppure-

La proprietà TypeCode non è impostata sul valore DBNull.

-oppure-

Questa proprietà viene impostata mentre la proprietà IsByRef è false.

Si applica a