AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

Column Members

The Column type exposes the following members.

Methods


  Name Description
Public method Equals
Determines whether the specified Object is equal to this instance.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode
Returns a hash code for this instance.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString
Returns a String that represents this instance.

Properties


  Name Description
Public property Catalog
Gets or sets the catalog.
(Inherited from CatalogAndSchema.)
Public property CharOctetLength
Gets or sets the length of the character octet.
Public property ColumnName
Gets or sets the name of the column.
Public property DecimalDigits
Gets or sets the decimal digits.
Public property DefaultValue
Gets or sets the default value.
Public property IsAutoincrement
Gets or sets the is autoincrement.
Public property IsNullable
Gets or sets the is nullable.
Public property Nullable
Gets or sets the nullable.
Public property OrdinalPosition
Gets or sets the ordinal position.
Public property Radix
Gets or sets the radix.
Public property Remarks
Gets or sets the remarks.
Public property Schema
Gets or sets the schema.
(Inherited from CatalogAndSchema.)
Public property ScopeCatalog
Gets or sets the scope catalog.
Public property ScopeSchema
Gets or sets the scope schema.
Public property ScopeTable
Gets or sets the scope table.
Public property Size
Gets or sets the size.
Public property SourceDataType
Gets or sets the type of the source data.
Public property TableName
Gets or sets the name of the table.
Public property TypeName
Gets or sets the name of the type.