Column.BindDefault(String, String) Method

Definition

Invokes sp_bindefault to bind the column to the given named default

public void BindDefault (string defaultSchema, string defaultName);
member this.BindDefault : string * string -> unit
Public Sub BindDefault (defaultSchema As String, defaultName As String)

Parameters

defaultSchema
String
defaultName
String

Exceptions

When the parent of the column is a View

Applies to