Column.BindDefault(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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