Returns a string
DataType with the specified length.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxpublic static DataType String(
int? maxLength
)
Public Shared Function String (
maxLength As Integer?
) As DataType
public:
static DataType String(
Nullable<int> maxLength
)
static member String :
maxLength : Nullable<int> -> DataType
Parameters
- maxLength
- Type: SystemNullableInt32
The maximum string length.
Return Value
Type:
DataTypeThe data type.
See Also