DataSource for Entity Framework in WPF
(Global) Namespace / C1LiveLinqInfo Class / PublicKey_System_Core Field
Example

In This Topic
    PublicKey_System_Core Field
    In This Topic
    Contains the public key of the System.Core.dll.
    Syntax
    'Declaration
     
    Public Const PublicKey_System_Core As String
    public const string PublicKey_System_Core
    Example
    [assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Core, PublicKey=" + C1LiveLinqInfo.PublicKey_System_Core)]
    Remarks
    Use this constant to make your internal members visible to System.Core.dll in order to prevent System.MemberAccessException exceptions.
    See Also