diff --git a/xml/System.Data.Odbc/OdbcParameter.xml b/xml/System.Data.Odbc/OdbcParameter.xml index 4455de5cf42..d7f55a0ab54 100644 --- a/xml/System.Data.Odbc/OdbcParameter.xml +++ b/xml/System.Data.Odbc/OdbcParameter.xml @@ -746,9 +746,18 @@ public void CreateOdbcParameter() System.Int32 - To be added. - To be added. - To be added. + Gets or sets the offset of the data within the column. + The offset of the data within the column. The default value is zero. + + property is used for binary and string types. For fixed length data types, the value of is ignored. + + For nonstring data types and ANSI string data, the property refers to the number of bytes. For Unicode string data, refers to the number of characters. + + ]]> +