RelationalStrings.TableExpressionBaseWithoutCloningLogic 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.
Expression type '{expressionType}' does not implement proper cloning logic. Every expression derived from '{tableExpressionBase}' must implement '{clonableTableExpressionBase}' interface or have it's cloning logic added to the '{cloningExpressionVisitor}' inside '{selectExpression}'.
public static string TableExpressionBaseWithoutCloningLogic (object? expressionType, object? tableExpressionBase, object? clonableTableExpressionBase, object? cloningExpressionVisitor, object? selectExpression);
static member TableExpressionBaseWithoutCloningLogic : obj * obj * obj * obj * obj -> string
Public Shared Function TableExpressionBaseWithoutCloningLogic (expressionType As Object, tableExpressionBase As Object, clonableTableExpressionBase As Object, cloningExpressionVisitor As Object, selectExpression As Object) As String
Parameters
- expressionType
- Object
- tableExpressionBase
- Object
- clonableTableExpressionBase
- Object
- cloningExpressionVisitor
- Object
- selectExpression
- 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