DefaultRuleBase.UnbindFromColumn Method

Definition

Overloads

UnbindFromColumn(String, String)

This method breaks the binding between a default or rule and the column of a table.

UnbindFromColumn(String, String, String)

This method breaks the binding between a default or rule and the column of a table.

UnbindFromColumn(String, String)

This method breaks the binding between a default or rule and the column of a table.

public void UnbindFromColumn (string tablename, string colname);
member this.UnbindFromColumn : string * string -> unit
Public Sub UnbindFromColumn (tablename As String, colname As String)

Parameters

tablename
String
colname
String

Applies to

UnbindFromColumn(String, String, String)

This method breaks the binding between a default or rule and the column of a table.

public void UnbindFromColumn (string tablename, string colname, string tableschema);
member this.UnbindFromColumn : string * string * string -> unit
Public Sub UnbindFromColumn (tablename As String, colname As String, tableschema As String)

Parameters

tablename
String
colname
String
tableschema
String

Applies to