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 stored procedure.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overridable Function GetProcedureName ( _
element As ISqlProcedure, _
escape As Boolean, _
fullName As Boolean, _
includeType As Boolean _
) As String
protected virtual string GetProcedureName(
ISqlProcedure element,
bool escape,
bool fullName,
bool includeType
)
protected:
virtual String^ GetProcedureName(
ISqlProcedure^ element,
bool escape,
bool fullName,
bool includeType
)
abstract GetProcedureName :
element:ISqlProcedure *
escape:bool *
fullName:bool *
includeType:bool -> string
override GetProcedureName :
element:ISqlProcedure *
escape:bool *
fullName:bool *
includeType:bool -> string
protected function GetProcedureName(
element : ISqlProcedure,
escape : boolean,
fullName : boolean,
includeType : boolean
) : String
Parameters
- element
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlProcedure
The model element that corresponds to the stored procedure.
- 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.