Class AdoField
Inheritance
System.Object
AdoField
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(false)]
public class AdoField
Constructors
AdoField(String, DataTypeEnum, Int32)
Declaration
public AdoField(string fieldName, DataTypeEnum type, int length)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | |
ADODB.DataTypeEnum | type | |
System.Int32 | length |
Properties
DataType
Declaration
public DataTypeEnum DataType { get; set; }
Property Value
Type | Description |
---|---|
ADODB.DataTypeEnum |
Length
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |