Interface IMockAdoField
Assembly: FChoice.Foundation.Clarify.Compatibility.dll
Syntax
[Guid("F7AED485-957A-4ad6-90C8-7D475C87F9C7")]
[ComVisible(true)]
public interface IMockAdoField
Properties
DefinedSize
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
NetValue
Declaration
[ComVisible(false)]
object NetValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
Type
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
get_Value()
Declaration
Returns
Type |
Description |
System.Object |
|
set_Value(Object)
Declaration
void set_Value(object newValue)
Parameters
Type |
Name |
Description |
System.Object |
newValue |
|