UserDefinedDataType.UnbindDefault 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.
Overloads
UnbindDefault() | |
UnbindDefault(Boolean) |
UnbindDefault()
public void UnbindDefault ();
member this.UnbindDefault : unit -> unit
Public Sub UnbindDefault ()
Applies to
UnbindDefault(Boolean)
public void UnbindDefault (bool bindColumns);
member this.UnbindDefault : bool -> unit
Public Sub UnbindDefault (bindColumns As Boolean)
Parameters
- bindColumns
- Boolean