Class InstanceDataColumn
Represents a column in the database, which is used in an instance data table
Inheritance
System.Object
InstanceDataColumn
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: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class InstanceDataColumn
Properties
| Improve this Doc View SourceColumnName
Column name in the table
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultValue
The default value of the column
Declaration
public object DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
DomainName
Name of the column domain (domain is the data type of the column)
Declaration
public string DomainName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsPrimaryKey
True if the current column is a part of the primary key
Declaration
public bool IsPrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStackDefaultColumn
If set to true, the column is a default stack column (Guid, HashValue, MndIdent, DCCStatus, DataSourceId)
Declaration
public bool IsStackDefaultColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SADbType
Column type (domain)
Declaration
public SADbType SADbType { get; set; }
Property Value
Type | Description |
---|---|
Sap.Data.SQLAnywhere.SADbType |