Creates a new namespace declaration

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

Syntax

C#
public NamespaceDeclarationAttribute(
	string prefix,
	string reference
)
Visual Basic
Public Sub New ( 
	prefix As String,
	reference As String
)
Visual C++
public:
NamespaceDeclarationAttribute(
	String^ prefix, 
	String^ reference
)
F#
new : 
        prefix : string * 
        reference : string -> NamespaceDeclarationAttribute

Parameters

prefix
Type: System..::..String
The prefix used for the namespace
reference
Type: System..::..String
The base namespace URI

See Also