Constructor DefaultDbGenAttribute
| Improve this Doc View SourceDefaultDbGenAttribute(Type)
Creates a new instance of DefaultDbGenAttribute class.
Declaration
public DefaultDbGenAttribute(Type dbSessionProviderType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | dbSessionProviderType | The type derives from DbSessionProvider<T> class. |