Hi,

What is the usage of the 10th parameter (object) in this parameter function:

public FbParameter(string parameterName, 
FirebirdSql.Data.FirebirdClient.FbDbType dbType, int size, 
System.Data.ParameterDirection direction, bool isNullable, byte 
precision, byte scale, string sourceColumn, System.Data.DataRowVersion 
sourceVersion, object value)

It is usually of the form:
((object)(resources.GetObject("fbCommand4.Parameters")))

What would be the effect if set to null?

Regards

Chris.

        
        
                
___________________________________________________________ 
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease 
of use." - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.html


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to