public SqlObjectReferenceExpression(Type type, MemberBinding[] bindings)
			: this(type, bindings.ToReadOnlyCollection())
		{	
		}