21 namespace Deveel.Data.Protocol {
24 if (localEndPoint == null)
25 throw new ArgumentNullException(
"localEndPoint");
26 if (remoteEndPoint == null)
27 throw new ArgumentNullException(
"remoteEndPoint");
29 LocalEndPoint = localEndPoint;
30 RemoteEndPoint = remoteEndPoint;
37 public string DatabaseName {
get; set; }
39 public bool AutoCommit {
get; set; }
41 public bool IgnoreIdentifiersCase {
get; set; }
45 public int Timeout {
get; set; }
ConnectRequest(ConnectionEndPoint localEndPoint, ConnectionEndPoint remoteEndPoint)
QueryParameterStyle
In a SQL query object, this is the form of parameters passed from the client side to the server side...