IStatement.MaxFieldSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum number of bytes which can be returned as values from
character and binary type columns in a ResultSet
derived from this
statement.
public int MaxFieldSize { [Android.Runtime.Register("getMaxFieldSize", "()I", "GetGetMaxFieldSizeHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; [Android.Runtime.Register("setMaxFieldSize", "(I)V", "GetSetMaxFieldSize_IHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] set; }
[<get: Android.Runtime.Register("getMaxFieldSize", "()I", "GetGetMaxFieldSizeHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<set: Android.Runtime.Register("setMaxFieldSize", "(I)V", "GetSetMaxFieldSize_IHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.MaxFieldSize : int with get, set
Property Value
- Attributes
Exceptions
if an error occurs accessing the database.
if an error occurs accessing the database or the max
value is < 0
.
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.