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
public bool IsDefaultValues { get; set; }
public:
property bool IsDefaultValues {
    bool get ();
    void set (bool value);
}
member IsDefaultValues : bool with get, set
function get IsDefaultValues () : boolean
function set IsDefaultValues (value : boolean)

Property Value

Type: System.Boolean
Returns true if default values are used, false otherwise.

Remarks

If this property is true, the values list should have zero elements.

.NET Framework Security

See Also

Reference

ValuesInsertSource Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace