Class MockAdoField
Inheritance
System.Object
MockAdoField
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.Compatibility
Assembly: FChoice.Foundation.Clarify.Compatibility.dll
Syntax
[ComVisible(true)]
[Guid("78A3320B-100C-4225-A3C1-58C2A3E73A86")]
[ClassInterface(ClassInterfaceType.None)]
public class MockAdoField : IMockAdoField
Properties
DefinedSize
Declaration
public int DefinedSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
NetValue
Declaration
[ComVisible(false)]
public object NetValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Type
Declaration
public int Type { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
get_Value()
Declaration
public object get_Value()
Returns
Type | Description |
---|---|
System.Object |
set_Value(Object)
Declaration
public void set_Value(object newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Object | newValue |