System.Data.OracleClient.OracleParameter.OracleParameterConverter.CanConvertTo C# (CSharp) Méthode

CanConvertTo() private méthode

private CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool
context ITypeDescriptorContext
destinationType System.Type
Résultat bool
			public override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
			{
				throw new NotImplementedException ();
			}
OracleParameter.OracleParameterConverter