Search Results for

    Show / Hide Table of Contents

    Class UpdateTableParams

    Inheritance
    System.Object
    UpdateTableParams
    Namespace: FastReport.Web.Services
    Assembly: FastReport.OpenSource.Web.dll
    Syntax
    public class UpdateTableParams

    Properties

    ConnectionString

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

    Parameters

    Declaration
    public List<ParameterModel> Parameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ParameterModel>

    SqlQuery

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

    TableName

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top © 1998-2025 Copyright Fast Reports Inc.