Assembly attribute that specifies a prefix mapping for a namespace

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class NamespaceDeclarationAttribute : Attribute
Visual Basic
Public Class NamespaceDeclarationAttribute
	Inherits Attribute
Visual C++
public ref class NamespaceDeclarationAttribute : public Attribute
F#
type NamespaceDeclarationAttribute =  
    class
        inherit Attribute
    end

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    BrightstarDB.EntityFramework..::..NamespaceDeclarationAttribute

See Also