次の方法で共有


DataMappedObjectTypeAttribute(String) Constructor

Definition

Initializes a new instance of the DataMappedObjectTypeAttribute class, specifying the type name.

public:
 DataMappedObjectTypeAttribute(System::String ^ typeName);
public DataMappedObjectTypeAttribute (string typeName);
new Microsoft.VisualStudio.Data.Services.DataMappedObjectTypeAttribute : string -> Microsoft.VisualStudio.Data.Services.DataMappedObjectTypeAttribute
Public Sub New (typeName As String)

Parameters

typeName
String

The name of the generic type that is mapped.

Applies to