SqlMetaData.UseServerDefault Property

Definition

Reports whether this column should use the default server value.

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

Property Value

A Boolean value.

Remarks

The default is FALSE.

This property can only be set in one of the SqlMetaData constructors.

Applies to