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
- 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.