Property attribute that marks those properties defined in an entity interface that should not
            be implemented in the BrightstarDB entity object. The application is responsible for providing
            an implementation in a partial class.
            
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public sealed class IgnoreAttribute : Attribute  | 
| Visual Basic | 
|---|
Public NotInheritable Class IgnoreAttribute
	Inherits Attribute  | 
| Visual C++ | 
|---|
public ref class IgnoreAttribute sealed : public Attribute  | 
| F# | 
|---|
[<SealedAttribute>]
type IgnoreAttribute =  
    class
        inherit Attribute
    end | 
Inheritance Hierarchy
See Also