Npgsql.NpgsqlConnectionStringBuilder.this C# (CSharp) Method

this() public method

public this ( Keywords keyword ) : object
keyword Keywords
return object
		public object this[Keywords keyword]

		{
			get { return base[GetKeyName(keyword)]; }

			set { SetValue(GetKeyName(keyword), value); }
		}

Same methods

NpgsqlConnectionStringBuilder::this ( string keyword ) : object