IReadOnlyStoredProcedure.GetSchemaQualifiedName Method

Definition

Returns the name of the stored procedure prepended by the schema or null if not mapped.

public virtual string? GetSchemaQualifiedName ();
abstract member GetSchemaQualifiedName : unit -> string
override this.GetSchemaQualifiedName : unit -> string
Public Overridable Function GetSchemaQualifiedName () As String

Returns

The name of the stored procedure prepended by the schema.

Applies to