PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEXDUQuerySQL

    Definição de uma função do utilizador (execução de queries SQL).

    Inheritance
    System.Object
    StdBEXDUQuerySQL
    Implements
    StdPlatBE100.IStdBEXDUQuerySQL
    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: StdPlatBE100
    Assembly: StdPlatBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("CFC946DB-0496-4392-B612-6311A0F373DA")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEXDUQuerySQL : IStdBEXDUQuerySQL

    Constructors

    StdBEXDUQuerySQL()

    Declaration
    public StdBEXDUQuerySQL()

    Properties

    Funcao

    Identificador da função.

    Declaration
    public string Funcao { get; set; }
    Property Value
    Type Description
    System.String

    QuerySQL

    Query SQL a executar.

    Declaration
    public string QuerySQL { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    StdPlatBE100.IStdBEXDUQuerySQL