RelationalStrings.StoredProcedureDuplicateResultColumnName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result column '{column}' cannot be added to the stored procedure '{sproc}' because another result column with this name already exists.
public static string StoredProcedureDuplicateResultColumnName (object? column, object? sproc);
static member StoredProcedureDuplicateResultColumnName : obj * obj -> string
Public Shared Function StoredProcedureDuplicateResultColumnName (column As Object, sproc As Object) As String
Parameters
- column
- Object
- sproc
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework