SfcTsqlProcFormatter.SprocArg Struct

Definition

public struct SfcTsqlProcFormatter.SprocArg
type SfcTsqlProcFormatter.SprocArg = struct
Public Structure SfcTsqlProcFormatter.SprocArg
Inheritance
SfcTsqlProcFormatter.SprocArg

Constructors

SfcTsqlProcFormatter.SprocArg(String, Boolean)

This constructor is used when a parameter is not a property on an object but will be provided during the call to GenerateScript as a RuntimeArg.

SfcTsqlProcFormatter.SprocArg(String, Boolean, Boolean)

This constructor is used when a parameter is not a property on an object but will be provided during the call to GenerateScript as a RuntimeArg. Output can be specified here

SfcTsqlProcFormatter.SprocArg(String, String, Boolean, Boolean)

Fields

argName
output
property
required

Applies to