Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter.Charset Property

Gets or sets the Charset of the parameter.

[Visual Basic]
<DefaultValue(Value:=FbCharset.Default), _  Category(Category:="Datos")>
Public Property Charset As FbCharset
[C#]
[DefaultValue(Value=FbCharset.Default)]
[Category(Category="Datos")]
public FbCharset Charset {get; set;}

Remarks

The Charset is used only with char and varcar parameters.

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace