Class ColumnInfo
Inheritance
System.Object
ColumnInfo
Implements
System.IComparable
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.DataObjects
Assembly: fcSDK.dll
Syntax
public class ColumnInfo : IComparable
Constructors
ColumnInfo()
Declaration
public ColumnInfo()
ColumnInfo(DataColumn)
Declaration
public ColumnInfo(DataColumn col)
Parameters
Type | Name | Description |
---|---|---|
System.Data.DataColumn | col |
Properties
DataType
Declaration
public Type DataType { get; }
Property Value
Type | Description |
---|---|
System.Type |
DefaultValue
Declaration
public object DefaultValue { get; }
Property Value
Type | Description |
---|---|
System.Object |
MaxLength
Declaration
public int MaxLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Ordinal
Declaration
public int Ordinal { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TableName
Declaration
public string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.IComparable