Returns a binary
DataType with the specified length.
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 DataType Binary(
int maxLength
)
Public Shared Function Binary (
maxLength As Integer
) As DataType
public:
static DataType Binary(
int maxLength
)
static member Binary :
maxLength : int -> DataType
Parameters
- maxLength
- Type: SystemInt32
The maximum length.
Return Value
Type:
DataTypeThe data type.
See Also