Class AdoFieldInformationProvider
Inheritance
System.Object
AdoFieldInformationProvider
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)]
[Guid("EFCE1EFA-CE35-3D45-9722-07CF53F13778")]
public class AdoFieldInformationProvider
Constructors
AdoFieldInformationProvider()
Declaration
public AdoFieldInformationProvider()
AdoFieldInformationProvider(Boolean)
Declaration
public AdoFieldInformationProvider(bool isUnicode)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isUnicode |
Fields
MaximumFieldSizeForSortableAdoStringFields
Declaration
public const int MaximumFieldSizeForSortableAdoStringFields = 4679
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
GetAdoFieldInformation(String, Type, Int32)
Declaration
public AdoField GetAdoFieldInformation(string fieldName, Type dataType, int maxLength)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | |
System.Type | dataType | |
System.Int32 | maxLength |
Returns
Type | Description |
---|---|
AdoField |