Gets or sets the type name of the class providing the data access method for the managed provider.
public string DataAccessTypeName {get; set;}
'Declaration
Public Property DataAccessTypeName As String
'Usage
Dim instance As DataAccessMapping
Dim value As String
instance.DataAccessTypeName = value
value = instance.DataAccessTypeName
public:
property String^ DataAccessTypeName {
String^ get();
void set ( String^ value);
}
Property Value
The name of the class type providing the data access method for the managed provider.