Show / Hide Table of Contents

Enum ParameterStyle

Indicates whether parameters are @-prefixed (e.g. @qty</code>) or enclosed in curly braces (e.g. {0})

Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public enum ParameterStyle

Fields

Name Description
CSharp

Parameters are enclosed in curly braces (e.g. {0}) like with System.String.Format(System.String,System.Object[])

Sql

Parameters are @-prefixed (e.g. @qty</code>) like in SQL Server

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX