Search Results for

    Show / Hide Table of Contents

    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 Source

    ColumnName

    Column name in the table

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DefaultValue

    The default value of the column

    Declaration
    public object DefaultValue { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    SADbType

    Column type (domain)

    Declaration
    public SADbType SADbType { get; set; }
    Property Value
    Type Description
    Sap.Data.SQLAnywhere.SADbType
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx