Overload List

  NameDescription
Public methodSet(Object)
Set a user defined type from an object This will fail if the object has different .Net type than this column's type Assignment from derived type to base type is prohibited because Scope doesn't support polymorphism
(Overrides ColumnData..::..Set(Object).)
Public methodSet(String)
Set the value from a string type.
(Overrides ColumnData..::..Set(String).)

See Also