DefaultRuleBase.UnbindFromDataType(String, Boolean) 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.
This method breaks the binding between a default or rule and a user-defined data type.
public void UnbindFromDataType (string datatypename, bool bindcolumns);
member this.UnbindFromDataType : string * bool -> unit
Public Sub UnbindFromDataType (datatypename As String, bindcolumns As Boolean)
Parameters
- datatypename
- String
- bindcolumns
- Boolean