SqlBoolean.Value Proprietà

Definizione

Ottiene il valore della struttura SqlBoolean. Questa proprietà è di sola lettura.

public:
 property bool Value { bool get(); };
public bool Value { get; }
member this.Value : bool
Public ReadOnly Property Value As Boolean

Valore della proprietà

true se SqlBoolean è True; in caso contrario, false.

Eccezioni

La proprietà è impostata su Null.

Si applica a

Vedi anche