示例#1
0
 public abstract void SetValues([NotNull] PropertyValues propertyValues);
示例#2
0
 /// <summary>
 ///     Sets the values of this object by reading values from another <see cref="PropertyValues" />
 ///     object.
 /// </summary>
 /// <remarks>
 ///     <para>
 ///         The other object must be based on the same type as this object, or a type derived
 ///         from the type for this object.
 ///     </para>
 ///     <para>
 ///         See <see href="https://aka.ms/efcore-docs-entity-entries">Accessing tracked entities in EF Core</see> for more information.
 ///     </para>
 /// </remarks>
 /// <param name="propertyValues">The object from which values should be copied.</param>
 public abstract void SetValues(PropertyValues propertyValues);