ValuesInsertSource.IsDefaultValues Property
Gets or sets whether default values are used.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IsDefaultValues As Boolean
'Usage
Dim instance As ValuesInsertSource
Dim value As Boolean
value = instance.IsDefaultValues
instance.IsDefaultValues = value
public bool IsDefaultValues { get; set; }
public:
property bool IsDefaultValues {
bool get ();
void set (bool value);
}
public function get IsDefaultValues () : boolean
public function set IsDefaultValues (value : boolean)
Property Value
Type: System.Boolean
Returns True if default values are used; otherwise, False.
Remarks
The values list should have zero elements if this property is True.
.NET Framework Security
- 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.