Show / Hide Table of Contents

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
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.