Property DbInitializerType
| Improve this Doc View SourceDbInitializerType
Gets or sets a type derives from DbInitializer<T> class.
Declaration
public Type DbInitializerType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Remarks
If not set, DbGenerator<T> type wil be used.