DataMappedObjectTypeAttribute Constructor
Initializes a new instance of the DataMappedObjectTypeAttribute class, specifying the type name.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Sub New ( _
typeName As String _
)
public DataMappedObjectTypeAttribute(
string typeName
)
public:
DataMappedObjectTypeAttribute(
String^ typeName
)
new :
typeName:string -> DataMappedObjectTypeAttribute
public function DataMappedObjectTypeAttribute(
typeName : String
)
Parameters
typeName
Type: System.StringThe name of the generic type that is mapped.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.