Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the specified parameter.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overridable Function GetParameterName ( _
element As ISqlSubroutineParameter, _
escape As Boolean, _
fullName As Boolean, _
includeType As Boolean _
) As String
protected virtual string GetParameterName(
ISqlSubroutineParameter element,
bool escape,
bool fullName,
bool includeType
)
protected:
virtual String^ GetParameterName(
ISqlSubroutineParameter^ element,
bool escape,
bool fullName,
bool includeType
)
abstract GetParameterName :
element:ISqlSubroutineParameter *
escape:bool *
fullName:bool *
includeType:bool -> string
override GetParameterName :
element:ISqlSubroutineParameter *
escape:bool *
fullName:bool *
includeType:bool -> string
protected function GetParameterName(
element : ISqlSubroutineParameter,
escape : boolean,
fullName : boolean,
includeType : boolean
) : String
Parameters
- element
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlSubroutineParameter
The model element that corresponds to the parameter.
- escape
Type: System.Boolean
A value that indicates whether the name should be escaped (by default, by using brackets).
- fullName
Type: System.Boolean
A value that indicates whether the full name is returned.
- includeType
Type: System.Boolean
A value that indicates whether the type should be returned as part of the name.
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.