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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework