DatabaseColumn Class
Represents a database column.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public class DatabaseColumn : EngineObjectRemarks
Description of a database column including column name, data type and a numeric database-specific native type.
Inheritance Hierarchy
System.Object
EngineObject
DatabaseColumn
Platforms
Windows, Linux, Android
DatabaseColumn Members
The DatabaseColumn type has the following members.
Constructors
| Name | Description |
|---|---|
| DatabaseColumn | Initializes a new instance of the DatabaseColumn class |
Properties
| Name | Description |
|---|---|
| DataType | Gets what kind of value the DatabaseColumn holds. |
| IsDisposed | Gets a value that tells whether the current DatabaseColumn has been disposed. Inherited from EngineObject |
| IsRequired | Gets a value that tells whether the DatabaseColumn is required. |
| Name | Gets the name of the database column. |
| NativeHandle | Gets the native Carmenta Engine kernel object the current DatabaseColumn represents. Inherited from EngineObject |
| NativeType | Gets a numeric value that tells what kind of value the DatabaseColumn holds. |
Methods
| Name | Description |
|---|---|
| Clone | Creates a copy of an object. Inherited from EngineObject |
| Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
| Equals | Determines whether this instance is equal to another. Inherited from EngineObject |