DataTypeParameter Constructor
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public DataTypeParameter(
DataType dataType,
UnitType unitType
)
Public Sub New (
dataType As DataType,
unitType As UnitType
)
public:
DataTypeParameter(
DataType dataType,
UnitType unitType
)
new :
dataType : DataType *
unitType : UnitType -> DataTypeParameter
Parameters
- dataType DataType
-
- unitType UnitType
-
See Also