Show / Hide Table of Contents

    IDwNode<TNode> Interface

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    Represents a node in the syntax of DataObject.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

      public interface IDwNode<TNode>
    

    Properties

    Name Return Type Description
    Node DwNodeType Gets the type of the node.

    Methods

    Name Return Type Description
    Modify(string syntax) bool Modifies the node by a line of DataWindow syntax.
    Back to top Generated by Appeon