Table of Contents

FlexCelReport.SqlParametersType Property

Type of parameters for the database. Positional parameters are the ones where you write "?" on the sql, and positional are when you write a name, like "@employee" or ":orderid". See Also SqlParameterReplace

Syntax

Namespace: FlexCel.Report

public TSqlParametersType SqlParametersType { get; set; }

See also