| ExternalLogin Constructor (IDataReader) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax [ObsoleteAttribute("Use any other constructor instead")]
public ExternalLogin(
IDataReader dataReader
)
<ObsoleteAttribute("Use any other constructor instead")>
Public Sub New (
dataReader As IDataReader
)
Parameters
- dataReader
- Type: System.DataIDataReader
See Also