Message in Arabic (العربية)
يتطلب إصدار Entity Framework الهدف الافتراضي إصدار مخطط edmx<var>X</var> أو أقل. المخطط المحدد هو الإصدار <var>Y</var>. لتجنب هذا التحذير، حدد إصدار Entity Framework بشكل واضح. يمكنك القيام بذلك باستخدام أداة سطر الأوامر EdmGen.exe مع خيار targetVersion، أو بتضمين معلمة targetEntityFrameworkVersion عند استدعاء الأسلوب GenerateCode.
Unlocalized message
The default target Entity Framework version requires the edmx schema version <var>X</var> or lower. The specified schema is version <var>Y</var>. To avoid this warning specify the target Entity Framework version explicitly. You can do this by using the EdmGen.exe command-line tool with the targetVersion option, or by including the targetEntityFrameworkVersion parameter when calling the GenerateCode method.
Search by Google