SessionBaseDeployInternalTypes Method |
For internal use only
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public void DeployInternalTypes(
string outputDirectory
)
Public Sub DeployInternalTypes (
outputDirectory As String
)
public:
void DeployInternalTypes(
String^ outputDirectory
)
member DeployInternalTypes :
outputDirectory : string -> unit
Parameters
- outputDirectory
- Type: SystemString
See Also