DefaultRuleBase.BindToColumn Method

Definition

Overloads

BindToColumn(String, String)

Binds the default or rule to a column.

BindToColumn(String, String, String)

Binds the default or rule to a column.

BindToColumn(String, String)

Binds the default or rule to a column.

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

Parameters

tablename
String
colname
String

Applies to

BindToColumn(String, String, String)

Binds the default or rule to a column.

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

Parameters

tablename
String
colname
String
tableschema
String

Applies to