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
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public override void Set(
Object o
) |
Visual Basic |
---|
Public Overrides Sub Set ( _
o As Object _
) |
Visual C++ |
---|
public:
virtual void Set(
Object^ o
) override |
Exceptions
Exception | Condition |
---|
| InvalidCastException |
See Also