From 7da208e2b27f8eca1553109670f2cc3494eeac6f Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Mon, 4 Nov 2019 12:50:19 +0100 Subject: [PATCH] Document OdbcParameter.Offset --- xml/System.Data.Odbc/OdbcParameter.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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. + + ]]> +