Visual Basic (Declaration) | |
---|---|
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, AllowMultiple=False, Inherited=True)> Public NotInheritable Class DefaultEntitySetNameAttribute Inherits System.Attribute Implements System.Runtime.InteropServices._Attribute |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As DefaultEntitySetNameAttribute |
C# | |
---|---|
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public sealed class DefaultEntitySetNameAttribute : System.Attribute, System.Runtime.InteropServices._Attribute |
C++/CLI | |
---|---|
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public ref class DefaultEntitySetNameAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute |
This attribute is auto-generated by the Object Mapper on each Entity class using the Entity Set Name specified for the Entity in the model. The default name is the one used when the EntityQuery.EntitySetName has not been set for a query.
System.Object
System.Attribute
IdeaBlade.EntityModel.DefaultEntitySetNameAttribute
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family