PreviousDatabaseSchemaProviderNameAttribute.PreviousName Property
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property PreviousName As String
public string PreviousName { get; }
public:
property String^ PreviousName {
String^ get ();
}
member PreviousName : string
function get PreviousName () : String
Property Value
Type: System.String
The type name of the previous database schema provider.
.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.
See Also
Reference
PreviousDatabaseSchemaProviderNameAttribute Class