DataInputTypeString Method |
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static DataInputType String(
int? maxLength
)
Public Shared Function String (
maxLength As Integer?
) As DataInputType
public:
static DataInputType^ String(
Nullable<int> maxLength
)
static member String :
maxLength : Nullable<int> -> DataInputType
Parameters
- maxLength
- Type: SystemNullableInt32
The maximum string length.
Return Value
Type:
DataInputTypeThe data input type.
See Also