Search Results for

    Show / Hide Table of Contents

    Class SysColumn

    Sybase sys column

    Inheritance
    System.Object
    SysColumn
    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.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class SysColumn

    Properties

    | Improve this Doc View Source

    cname

    Gets or sets the column name. Ignore conventions here

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

    coltype

    Gets or sets the column type (domain). Ignore conventions here

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