Share via


Parameter.SqlType Property

SQL Data Type.Represents the attribte in schema: sqlType

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "sqlType")> _
Public Property SqlType As Int32Value
    Get
    Set
'Usage
Dim instance As Parameter
Dim value As Int32Value

value = instance.SqlType

instance.SqlType = value
[SchemaAttrAttribute(, "sqlType")]
public Int32Value SqlType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

Parameter Class

Parameter Members

DocumentFormat.OpenXml.Spreadsheet Namespace